[]
        
(Showing Draft Content)

FarPoint.Web.Spread.FilterColumnDefinitionCollection

FilterColumnDefinitionCollection Class

Represents a collection of filter column definitions.

Inheritance
FilterColumnDefinitionCollection
Namespace: FarPoint.Web.Spread
Assembly: FarPoint.Web.Spread.dll
Syntax
public class FilterColumnDefinitionCollection : CollectionBase, IList, ICollection, IEnumerable
Public Class FilterColumnDefinitionCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable

Constructors

Name Description
FilterColumnDefinitionCollection()

Creates a new collection of filter column definitions.

Properties

Name Description
Count

Gets or sets the number of filter column definitions in the collection.

IsFixedSize

Gets whether the collection has a fixed size. (This implementation always returns false.)

IsReadOnly

Gets whether the collection is read-only. (This implementation always returns false.)

this[int]

Gets or sets the filter column definition at the specified position in the collection.

Methods

Name Description
Add(FilterColumnDefinition)

Adds a filter column definition to the collection.

Clear()

Removes all the filter column definitions from the collection.

Contains(FilterColumnDefinition)

Specifies whether the collection contains the specified filter column definition.

CopyTo(Array, int)

Copies the filter column definition in the collection to an array.

Deserialize(XmlNodeReader, SheetView)

Loads the object from XML.

GetColumnDefinitionIndexFromColumnIndex(int)

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.

IndexOf(FilterColumnDefinition)

Returns the index of the specified filter column definition in the collection.

Insert(int, FilterColumnDefinition)

Inserts a filter column definition into the collection at the specified index.

Remove(FilterColumnDefinition)

Removes the specified filter column definition from the collection.

RemoveAt(int)

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

Serialize(XmlTextWriter)

Saves the object to XML.

Events

Name Description
Changed

Occurs when a sheet is added, removed, or changed in the collection.