Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Initializes a new instance of the Spotfire.Dxp.Data.RowSelection class.
An index set containing the row indexes that should be selected.
Initializes a new instance of the Spotfire.Dxp.Data.RowSelection class.
The total number of rows in the table.
An enumerator of the included row indexes.
Gets the number of excluded rows.
Gets the number of included rows.
Gets a value indicating whether the row selection does not contain any rows or not.
Gets a value indicating whether the row selection contains all rows or not.
Gets the total number of rows in the table that this row selection refers to.
Gets the row selection as an Spotfire.Dxp.Data.IndexSet.
The row selection as an Spotfire.Dxp.Data.IndexSet
Static
CombineCombine using the specified operation two row selections to create a new combined row selection.
The first selection.
The second selection.
The operation that should be used to combine the selections.
The combined selection.
This is a representation of a selection of rows in a table. It is currently created from an enumeration of row indexes or Spotfire.Dxp.Data.IndexSet but may be extended in the future to support symbolic marking.
Since
2.0