SheetRangeParse Method
Converts a string containing the range of sheet numbers to a
SheetRange.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public static SheetRange Parse(
string value
)
Public Shared Function Parse (
value As String
) As SheetRange
- value String
- A String that contains the range of sheet numbers.
SheetRangeA new
SheetRange instance.