ComponentOne FlexGrid for WinForms
Insert Method (CellRangeCollection)

C1.Win.C1FlexGrid Namespace > CellRangeCollection Class : Insert Method
Inserts a CellRange object in the collection at a specified index.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal value As CellRange _
) 
public void Insert( 
   int index,
   CellRange value
)

Parameters

index
value
See Also

Reference

CellRangeCollection Class
CellRangeCollection Members