TablePlotColumnCollectionTRemoveAt Method

Spotfire 15.0 API Reference
Remove the TablePlotColumn located at index.

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 void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The index of the column to remove
Exceptions

ExceptionCondition
ArgumentOutOfRangeException index is outside the range of valid indexes.
Version Information


See Also

Reference