FilterCollection AddNewFilter Method TIBCO Spotfire 6.0 API Reference
Overload List

  Name Description
Public method AddNewFilter(DataColumn)
Creates a filter and adds it to this FilterCollection. This method will make an effort to create a suitable filter for the column based on number of unique values and the column data type.
Public method AddNewFilter(TypeIdentifier, DataColumn)
Creates a filter and adds it to this FilterCollection. The filter type corresponds to the supplied filter identifier.
Back to Top
See Also