FilterColumnCollection.Item

FilterColumnCollection indexer

Gets FilterColumn object at the special field.

public FilterColumn this[int fieldIndex] { get; }
ParameterDescription
fieldIndexThe integer offset of the field on which you want to base the filter (from the left of the list; the leftmost field is field 0).

Return Value

Returns FilterColumn object.

See Also