FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / CellRangeCollection Class / RemoveAt Method
Index of the object to remove from the collection.

In This Topic
    RemoveAt Method (CellRangeCollection)
    In This Topic
    Removed the object at a specified index from the collection.
    Syntax
    'Declaration
     
    
    Public Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    public void RemoveAt( 
       int index
    )

    Parameters

    index
    Index of the object to remove from the collection.
    See Also