TableColumnCollectionAddRange Method (IEnumerableDataColumn)

Spotfire 15.0 API Reference
Adds multiple data columns to the table plot.

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 AddRange(
	IEnumerable<DataColumn> dataColumns
)

Parameters

dataColumns
Type: System.Collections.GenericIEnumerableDataColumn
The data columns to add.
Version Information


See Also

Reference