[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FilterColumnDefinitionCollection.RemoveAt

RemoveAt Method

RemoveAt(int)

Removes a filter column definition from the collection at the specified index.

Declaration
public void RemoveAt(int index)
Public Sub RemoveAt(index As Integer)
Parameters
Type Name Description
int index

Zero-based index of the filter column definition to remove from the collection

Exceptions
Type Condition
IndexOutOfRangeException

Filter column definition index out of range; must be between 0 and the total number of filter column definitions in the collection