SheetRangeAdd(NullableInt32, NullableInt32) Method

Adds a range of sheet numbers to the sequence. Reverse ordering is accepted.

Definition

Namespace: GleamTech.DocumentUltimate
Assembly: GleamTech.DocumentUltimate (in GleamTech.DocumentUltimate.dll) Version: 7.1.5
C#
public override void Add(
	int? startSheet,
	int? endSheet
)

Parameters

startSheet  NullableInt32
The start sheet number of the range. If value is null, range is considered an open range from 1 to endSheet.
endSheet  NullableInt32
The end sheet number of the range. If value is null, range is considered an open range from startSheet to final sheet.

See Also