SheetRange   Conversion (SheetRange to String)

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

Definition

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

Parameters

value  SheetRange
A SheetRange instance.

Return Value

String
A string representation of the range of sheet numbers.

See Also