Get a data column with given name.

Namespace: spotfire.webPlayer
Assembly: ~/GetJavaScriptApi.ashx?Version=5.0

Syntax

JavaScript
function getDataColumn(dataColumnName, callback);

Parameters

dataColumnName
Type: string
The name of the data column.
callback
Type: spotfire.webPlayer.DataTable.onGetDataColumnCallback
A callback function with the following signature:
function(DataColumn) {}.

Version Information

Supported in: 6.0, 5.5, 5.0, 4.0, 3.2

See Also