[]
Represents a filter column definition.
public class FilterColumnDefinition
Public Class FilterColumnDefinition
Name | Description |
---|---|
FilterColumnDefinition() | Creates a new filter column definition with default settings. |
FilterColumnDefinition(int) | Creates a filter column definition. |
FilterColumnDefinition(int, FilterListBehavior) | Creates a filter column definition with the specified list behavior. |
Name | Description |
---|---|
CanSerializeXml | Gets whether the object in its entirety can be rendered with XML without losing any information. |
ColumnIndex | Gets the column index. |
Filters | Gets the filter item collection from this filter column definition. |
ListBehavior | Gets the list behavior. |
Name | Description |
---|---|
Deserialize(XmlNodeReader, SheetView) | Loads the object from XML. |
Serialize(XmlTextWriter) | Saves the object to XML. |