Table of Contents

SheetRange.Enumerate Method

Definition

Namespace
GleamTech.DocumentUltimate
Assembly
GleamTech.DocumentUltimate.dll

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

public override IEnumerable<int> Enumerate(int finalSheetNumber)

Parameters

finalSheetNumber int

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

Returns

IEnumerable<int>

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