TableColumnCollection AddRange Method (IEnumerable DataColumn ) TIBCO Spotfire 6.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: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public void AddRange(
	IEnumerable<DataColumn> dataColumns
)

Parameters

dataColumns
Type: System.Collections.Generic IEnumerable DataColumn 
The data columns to add.
See Also