IndexSetSubtract Method TIBCO Spotfire 7.6 API Reference
Overload List

  Name Description
Public method Subtract(IndexSet)
Subtracts that IndexSet from this one. In other words, the indexes in that IndexSet are removed from this.

Note: the method changes the internal state of this IndexSet

Public method Static member Subtract(IndexSet, IndexSet)
Returns a new IndexSet that is a subtraction between two IndexSet. In other words, the new IndexSet is a copy of set1 without the indexes in set2.
Top
See Also

Reference