WorksheetInsert(RegionBase) Method

Adds Regions to Worksheet and insert focus in the first added Region.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
public void Insert(
	RegionBase[] regions
)

Parameters

regions  RegionBase
List of Regions to add into Worksheet.

See Also