WorksheetCreateRegions(RegionsEnumerator, Int32, Int32, Boolean, LocationCorrectionMode) Method

Adds Regions to the worksheet.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public void CreateRegions(
	RegionsEnumerator enumerator,
	int startingFromPage,
	int pagesCount,
	bool showProgress = false,
	LocationCorrectionMode locationCorrection = LocationCorrectionMode.CorrectWithCursor
)

Parameters

enumerator  RegionsEnumerator
Enumerates the regions to be added.
startingFromPage  Int32
The value of StartingFromPage.
pagesCount  Int32
The value of PagesCount.
showProgress  Boolean  (Optional)
Determines if the progress must be shown during the process.
locationCorrection  LocationCorrectionMode  (Optional)
Mode of the regions location correction.

See Also