TableLayoutGetCells Method (CellRange)

Spotfire 15.0 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: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public IEnumerable<TableCell> GetCells(
	CellRange cellRange
)

Parameters

cellRange
Type: Spotfire.Dxp.Application.VisualsCellRange
The range of the cells to iterate over.

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


See Also

Reference