SheetRange.implicit operator Operator
Definition
- Namespace
- GleamTech.DocumentUltimate
- Assembly
- GleamTech.DocumentUltimate.dll
implicit operator SheetRange(string)
Converts a string containing the range of sheet numbers to a SheetRange.
public static implicit operator SheetRange(string value)
Parameters
Returns
- SheetRange
A new SheetRange instance.
implicit operator string(SheetRange)
Converts a SheetRange to a string containing the range of sheet numbers.
public static implicit operator string(SheetRange value)
Parameters
valueSheetRangeA SheetRange instance.
Returns
- string
A string representation of the range of sheet numbers.