Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / ColumnInfoCollection Class / RemoveAt Method


In This Topic
    RemoveAt Method (ColumnInfoCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Sub RemoveAt( _
       ByVal index As Integer _
    ) 
    'Usage
     
    Dim instance As ColumnInfoCollection
    Dim index As Integer
     
    instance.RemoveAt(index)
    public override void RemoveAt( 
       int index
    )

    Parameters

    index
    See Also