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

  NameDescription
Public methodDispose 
Implements IDisposable.
Protected methodDispose(Boolean)
Dispose method.
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 methodGetCellRange(Point)
Gets the cell at a given point.
Public methodGetCellRange(Rectangle)
Gets the cell range for a given rectangle.
Public methodGetCells 
Gets an iterator to all cells in the table.
Public methodGetCells(CellRange)
Gets an iterator to the cells in the table.
Public methodGetCells(CellRange, TableCellImageSizeProvider)
Gets an iterator to the cells in the table.
Public methodGetCellsBounds
Gets the bounding rectangle for a range of cells.
Public methodGetColumnOffset
Gets the offset of a column.
Public methodGetColumnWidth
Gets the width of column.
Public methodGetRowHeight
Gets the height of a row.
Public methodGetRowOffset
Gets the offset to a row.
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
See Also