WorksheetCreateRegions(IEnumerableRegionBase, Boolean, LocationCorrectionMode) Method

Adds Regions to the worksheet.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public void CreateRegions(
	IEnumerable<RegionBase> newRegions,
	bool showProgress = false,
	LocationCorrectionMode locationCorrection = LocationCorrectionMode.CorrectWithCursor
)

Parameters

newRegions  IEnumerableRegionBase
Regions to add.
showProgress  Boolean  (Optional)
Determines if the progress must be shown during the process.
locationCorrection  LocationCorrectionMode  (Optional)

See Also