WorksheetCreateRegions(IEnumerableRegionBase, Boolean, LocationCorrectionMode) Method
Adds Regions to the worksheet.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void CreateRegions(
IEnumerable<RegionBase> newRegions,
bool showProgress = false,
LocationCorrectionMode locationCorrection = LocationCorrectionMode.CorrectWithCursor
)
Public Sub CreateRegions (
newRegions As IEnumerable(Of RegionBase),
Optional showProgress As Boolean = false,
Optional locationCorrection As LocationCorrectionMode = LocationCorrectionMode.CorrectWithCursor
)
public:
void CreateRegions(
IEnumerable<RegionBase^>^ newRegions,
bool showProgress = false,
LocationCorrectionMode locationCorrection = LocationCorrectionMode::CorrectWithCursor
)
member CreateRegions :
newRegions : IEnumerable<RegionBase> *
?showProgress : bool *
?locationCorrection : LocationCorrectionMode
(* Defaults:
let _showProgress = defaultArg showProgress false
let _locationCorrection = defaultArg locationCorrection LocationCorrectionMode.CorrectWithCursor
*)
-> unit
Parameters
- newRegions IEnumerableRegionBase
- Regions to add.
- showProgress Boolean (Optional)
- Determines if the progress must be shown during the process.
- locationCorrection LocationCorrectionMode (Optional)