[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultRowFilter.RemoveColumn

RemoveColumn Method

RemoveColumn(int)

Removes a filter column definition from the row filter.

Declaration
public void RemoveColumn(int columnIndex)
Public Sub RemoveColumn(columnIndex As Integer)
Parameters
Type Name Description
int columnIndex

Column index

Implements