SheetRange   Conversion (String to SheetRange)

Converts a string containing the range of sheet numbers to a SheetRange.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public static implicit operator SheetRange (
	string value
)

Parameters

value  String
A String that contains the range of sheet numbers.

Return Value

SheetRange
A new SheetRange instance.

See Also