SheetRangeEnumerate Method
Enumerates all the sheet numbers that this range instance describes. The sequence will be distinct and in ascending order.
Namespace: GleamTech.DocumentUltimateAssembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
public override IEnumerable<int> Enumerate(
int finalSheetNumber
)
Public Overrides Function Enumerate (
finalSheetNumber As Integer
) As IEnumerable(Of Integer)
- finalSheetNumber Int32
- The final sheet number which is used as the maximum value for open range specifier.
IEnumerableInt32An enumerable sequence of integers. The sequence will be distinct and in ascending order