SheetRangeEnumerate Method

Enumerates all the sheet numbers that this range instance describes. The sequence will be distinct and in ascending order.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public override IEnumerable<int> Enumerate(
	int finalSheetNumber
)

Parameters

finalSheetNumber  Int32
The final sheet number which is used as the maximum value for open range specifier.

Return Value

IEnumerableInt32
An enumerable sequence of integers. The sequence will be distinct and in ascending order

See Also