Class describing the layout of the table in tabular visualizations.
Inheritance Hierarchy
Spotfire.Dxp.Application.VisualsTableLayout
Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public abstract class TableLayout : IReadonlyTableLayout, IDisposable
The TableLayout type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Implements IDisposable.
| |
Dispose(Boolean) |
Dispose method.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetCellRange(Point) | Gets the cell at a given point.
| |
GetCellRange(Rectangle) | Gets the cell range for a given rectangle.
| |
GetCells |
Gets an iterator to all cells in the table.
| |
GetCells(CellRange) |
Gets an iterator to the cells in the table.
| |
GetCells(CellRange, TableCellImageSizeProvider) |
Gets an iterator to the cells in the table.
| |
GetCellsBounds |
Gets the bounding rectangle for a range of cells.
| |
GetColumnOffset |
Gets the offset of a column.
| |
GetColumnWidth |
Gets the width of column.
| |
GetRowHeight |
Gets the height of a row.
| |
GetRowOffset |
Gets the offset to a row.
| |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ColumnCount | Gets the number of columns.
| |
Font | Gets the font used in the table.
| |
FrozenColumnCount | Gets the number of frozen columns.
| |
FrozenColumnsWidth | The width of the frozen columns, including any row headers.
| |
FrozenRowCount | Gets the number of frozen rows.
| |
FrozenRowsHeight | The height of the frozen rows, including column headers.
| |
Height | The total height of the layout.
| |
RowCount | Gets the number of rows.
| |
ScrollPosition | 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.
| |
Width | The total width of the layout.
|
Version Information
See Also