TableLayout Class TIBCO Spotfire 7.9 API Reference
Class describing the layout of the table in tabular visualizations.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Application.VisualsTableLayout

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax

C#
public abstract class TableLayout : IReadonlyTableLayout, 
	IDisposable

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.)
Top
Properties

  NameDescription
Public propertyColumnCount
Gets the number of columns.
Public propertyFont
Gets the font used in the table.
Public propertyFrozenColumnCount
Gets the number of frozen columns.
Public propertyFrozenColumnsWidth
The width of the frozen columns, including any row headers.
Public propertyFrozenRowCount
Gets the number of frozen rows.
Public propertyFrozenRowsHeight
The height of the frozen rows, including column headers.
Public propertyHeight
The total height of the layout.
Public propertyRowCount
Gets the number of rows.
Public propertyScrollPosition
The current scroll position in the view. This point is expressed as an offset into the area of the non-frozen rows and columns. The value Point.Empty signals that no scrolling has taken place.
Public propertyWidth
The total width of the layout.
Top
Version Information

Supported in: 7.9, 7.8, 7.7, 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference