TablePlotColumnCollection T  AddRange Method TIBCO Spotfire 6.0 API Reference
Adds a TablePlotColumn for each column in columnNames.

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<string> columnNames
)

Parameters

columnNames
Type: System.Collections.Generic IEnumerable String 
The names of DataColumns in the DataTable that this TablePlotColumnCollection works on.
Exceptions

ExceptionCondition
System ArgumentNullExceptionIf any columnName in columnNames or columnNames itself is null.
System ArgumentExceptionIf any columnName in columnNames is not a column in the datatable this collection works on.
See Also