FilterCollection Properties TIBCO Spotfire 6.0 API Reference
The FilterCollection type exposes the following members.
Properties

  NameDescription
Public propertyAutoCreateFilters
Gets or sets a value indicating whether to automatically create filters for new columns.
Public propertyContext
Gets the context of this node.
(Inherited from DocumentNode.)
Public propertyCount
Gets the number of elements contained in this instance.
(Inherited from DocumentNodeListBase T .)
Public propertyDataTableReference
Gets the data table.
Public propertyFilteredRows
Gets the filtered rows.
Public propertyIsAttached
Gets a value indicating whether this node is attached.
(Inherited from DocumentNode.)
Public propertyItem String 
Gets the Filter with the specified name.
Public propertyItem Int32 
Gets the element at the specified index.
(Inherited from DocumentNodeListBase T .)
Public propertyItem DataColumn 
Gets the Filter with the specified DataColumn.
Public propertyTransactions
Gets a collection of methods for executing transactions on the document.
(Inherited from DocumentNode.)
Back to Top
See Also