Spread Windows Forms 12.0 Product Documentation
Remove Method (DefaultGroupFooterCollection)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > DefaultGroupFooterCollection Class : Remove Method
Column index
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

Reference

DefaultGroupFooterCollection Class
DefaultGroupFooterCollection Members