GraphicalTableColumnCollectionItem Property

Spotfire 15.0 API Reference
Gets the column at the specified index.

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

C#
public GraphicalTableColumn this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero-based index of the column to get.

Return Value

Type: GraphicalTableColumn
The column at the specified index.
Version Information


See Also

Reference