TableColumnCollection.AddRange Method (IEnumerable<DataColumn> )

TIBCO Spotfire 10.10 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: 46.0.14903.4133 (46.0.14903.4133)
Syntax

C#
public void AddRange(
	IEnumerable<DataColumn> dataColumns
)

Parameters

dataColumns
Type: System.Collections.Generic.IEnumerable<DataColumn>
The data columns to add.
Version Information

Supported in: 10.10, 10.9, 10.8, 10.7, 10.6, 10.5, 10.4, 10.3, 10.2, 10.1, 10.0, 7.14, 7.13, 7.12, 7.11
See Also

Reference