Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultGroupFooterCollection Class / Remove Method
Column index


In This Topic
    Remove Method (DefaultGroupFooterCollection)
    In This Topic
    Removes the item specified by the column index.
    Syntax
    'Declaration
     
    
    Public Sub Remove( _
       ByVal columnIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultGroupFooterCollection
    Dim columnIndex As Integer
     
    instance.Remove(columnIndex)
    public void Remove( 
       int columnIndex
    )

    Parameters

    columnIndex
    Column index
    See Also