Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DefaultGroupFooterCollection Class / Add Method
Column index


In This Topic
    Add Method (DefaultGroupFooterCollection)
    In This Topic
    Creates a new default group footer item in the list using the column index.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal columnIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As DefaultGroupFooterCollection
    Dim columnIndex As Integer
     
    instance.Add(columnIndex)
    public void Add( 
       int columnIndex
    )

    Parameters

    columnIndex
    Column index
    See Also