FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / ColumnCollection Class / InsertRange Method
The position where the new range will be inserted.
The number of columns to add.

In This Topic
    InsertRange Method (ColumnCollection)
    In This Topic
    Adds a range of Column objects to the collection at a specified position.
    Syntax
    'Declaration
     
    
    Public Sub InsertRange( _
       ByVal index As Integer, _
       ByVal count As Integer _
    ) 
    public void InsertRange( 
       int index,
       int count
    )

    Parameters

    index
    The position where the new range will be inserted.
    count
    The number of columns to add.
    See Also