BaseMap Members TIBCO Spotfire 6.0 API Reference
The BaseMap type exposes the following members.
Methods

  NameDescription
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 methodGetBaseRowIndex
Gets the first row index in base view for a certain derived row index.
Public methodGetBaseRowIndexes(Int32)
Converts a derived row index to a set of base row indexes.
Public methodGetBaseRowIndexes(IndexSet)
Converts a set of derived row indexes to a set of base row indexes.
Public methodGetDerivedRowIndex
Gets the first row index in derived view for a certain base row index.
Public methodGetDerivedRowIndexes(Int32)
Converts a base row index to a set of derived row indexes.
Public methodGetDerivedRowIndexes(IndexSet)
Converts a set of base row indexes to a set of derived row indexes.
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.)
Back to Top
Properties

  NameDescription
Public propertyBaseRowCount
Gets the number of rows in the base view.
Public propertyDerivedRowCount
Gets the number of rows in the derived view.
Back to Top
See Also