WorksheetCreateRegions(IEnumerableRegionBase, Boolean, Boolean) Method

Note: This API is now obsolete.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
[ObsoleteAttribute("Use overloaded method instead.", false)]
public void CreateRegions(
	IEnumerable<RegionBase> newRegions,
	bool withProgress,
	bool useCursorLocation
)

Parameters

newRegions  IEnumerableRegionBase
 
withProgress  Boolean
 
useCursorLocation  Boolean
 

See Also