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

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
protected abstract void CreateRegionsImpl(
	RegionsEnumerator enumerator,
	int startingFromPage,
	int pagesCount,
	bool showProgress,
	LocationCorrectionMode locationCorrection
)

Parameters

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

See Also