Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines 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 row selection as an Spotfire.Dxp.Data.IndexSet.
The row selection as an Spotfire.Dxp.Data.IndexSet
StaticCombineCombine 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