WorksheetInsert(RegionBase) Method
Adds Regions to Worksheet and insert focus in the first added Region.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
public void Insert(
RegionBase[] regions
)
Public Sub Insert (
regions As RegionBase()
)
public:
void Insert(
array<RegionBase^>^ regions
)
member Insert :
regions : RegionBase[] -> unit
Parameters
- regions RegionBase
-
List of Regions to add into Worksheet.