RowSelection Class

Spotfire 14.2 API Reference
This is a representation of a selection of rows in a table. It is currently created from an enumeration of row indexes or IndexSet but may be extended in the future to support symbolic marking.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.DataRowSelection

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 64.0.19329.3263 (64.0.19329.3263)
Syntax

C#
[SerializableAttribute]
[NotPersistedAttribute]
[ImmutableAttribute]
public sealed class RowSelection : ISerializable

The RowSelection type exposes the following members.

Constructors

  NameDescription
Public methodRowSelection(IndexSet)
Initializes a new instance of the RowSelection class.
Public methodRowSelection(Int32, IEnumerableInt32)
Initializes a new instance of the RowSelection class.
Top
Properties

  NameDescription
Public propertyExcludedRowCount
Gets the number of excluded rows.
Public propertyIncludedRowCount
Gets the number of included rows.
Public propertyIsEmpty
Gets a value indicating whether the row selection does not contain any rows or not.
Public propertyIsFull
Gets a value indicating whether the row selection contains all rows or not.
Public propertyTotalRowCount
Gets the total number of rows in the table that this row selection refers to.
Top
Methods

  NameDescription
Public methodAsIndexSet
Gets the row selection as an IndexSet.
Public methodStatic memberCombine
Combine using the specified operation two row selections to create a new combined row selection.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ObjectGetHashCode.)
Public methodGetObjectData
Implements ISerializable
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also

Reference