FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace : FilterColumnDefinitionCollection Class |
For a list of all members of this type, see FilterColumnDefinitionCollection members.
Name | Description | |
---|---|---|
Add | Adds a filter column definition to the collection. | |
Clear | Removes all the filter column definitions from the collection. | |
Contains | Specifies whether the collection contains the specified filter column definition. | |
CopyTo | Copies the filter column definition in the collection to an array. | |
GetColumnDefinitionIndexFromColumnIndex | Gets the index of a filter column definition in the collection based on the specified column index. | |
GetColumnIndexes | Gets an array of column indexes where filter column definitions exist. | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
IndexOf | Returns the index of the specified filter column definition in the collection. | |
Insert | Inserts a filter column definition into the collection at the specified index. | |
Remove | Removes the specified filter column definition from the collection. | |
RemoveAt | Removes a filter column definition from the collection at the specified index. |
Name | Description | |
---|---|---|
OnClear | Performs additional custom processes when clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnClearComplete | Performs additional custom processes after clearing the contents of the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnInsert | Performs additional custom processes before inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnRemove | Performs additional custom processes when removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnRemoveComplete | Performs additional custom processes after removing an element from the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnSet | Performs additional custom processes before setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnSetComplete | Performs additional custom processes after setting a value in the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
OnValidate | Performs additional custom processes when validating a value. (Inherited from System.Collections.CollectionBase) |
FilterColumnDefinitionCollection Class
FarPoint.Web.Spread Namespace