TableLayoutGetCells Method (CellRange, TableCellImageSizeProvider)

Spotfire 14.3 API Reference
Gets an iterator to the cells in the table.

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

C#
public IEnumerable<TableCell> GetCells(
	CellRange range,
	TableCellImageSizeProvider sizeProvider
)

Parameters

range
Type: Spotfire.Dxp.Application.VisualsCellRange
The range of the cells to iterate over.
sizeProvider
Type: Spotfire.Dxp.Application.VisualsTableCellImageSizeProvider
Delegate used to calculate a suitable size for an image that is to be rendered in a cell.

Return Value

Type: IEnumerableTableCell
An iterator.
Remarks

All requested columns in one row are returned in sequence, before moving to the next row.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference