WorksheetCreateRegionsImpl(RegionsEnumerator, Int32, Int32, Boolean, LocationCorrectionMode) Method
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
protected abstract void CreateRegionsImpl(
RegionsEnumerator enumerator,
int startingFromPage,
int pagesCount,
bool showProgress,
LocationCorrectionMode locationCorrection
)
Protected MustOverride Sub CreateRegionsImpl (
enumerator As RegionsEnumerator,
startingFromPage As Integer,
pagesCount As Integer,
showProgress As Boolean,
locationCorrection As LocationCorrectionMode
)
protected:
virtual void CreateRegionsImpl(
RegionsEnumerator^ enumerator,
int startingFromPage,
int pagesCount,
bool showProgress,
LocationCorrectionMode locationCorrection
) abstract
abstract CreateRegionsImpl :
enumerator : RegionsEnumerator *
startingFromPage : int *
pagesCount : int *
showProgress : bool *
locationCorrection : LocationCorrectionMode -> unit
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.