WorksheetCreateRegions(RegionsEnumerator, Int32, Int32, Boolean, LocationCorrectionMode) Method
Adds Regions to the worksheet.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public void CreateRegions(
RegionsEnumerator enumerator,
int startingFromPage,
int pagesCount,
bool showProgress = false,
LocationCorrectionMode locationCorrection = LocationCorrectionMode.CorrectWithCursor
)
Public Sub CreateRegions (
enumerator As RegionsEnumerator,
startingFromPage As Integer,
pagesCount As Integer,
Optional showProgress As Boolean = false,
Optional locationCorrection As LocationCorrectionMode = LocationCorrectionMode.CorrectWithCursor
)
public:
void CreateRegions(
RegionsEnumerator^ enumerator,
int startingFromPage,
int pagesCount,
bool showProgress = false,
LocationCorrectionMode locationCorrection = LocationCorrectionMode::CorrectWithCursor
)
member CreateRegions :
enumerator : RegionsEnumerator *
startingFromPage : int *
pagesCount : int *
?showProgress : bool *
?locationCorrection : LocationCorrectionMode
(* Defaults:
let _showProgress = defaultArg showProgress false
let _locationCorrection = defaultArg locationCorrection LocationCorrectionMode.CorrectWithCursor
*)
-> unit
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.