RowSelection Members TIBCO Spotfire 6.0 API Reference
The RowSelection type exposes the following members.
Constructors

  NameDescription
Public methodRowSelection(IndexSet)
Initializes a new instance of the RowSelection class.
Public methodRowSelection(Int32, IEnumerable Int32 )
Initializes a new instance of the RowSelection class.
Back 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 Object Equals(Object).)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from 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 Object GetHashCode .)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides Object ToString .)
Back to 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.
Back to Top
See Also