ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellRangeCollection Class / Insert Method

In This Topic
    Insert Method (CellRangeCollection)
    In This Topic
    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