Click or drag to resize

DataColumn Class

Holds information about a data column in the document. To get the information use the column functions in DataTable object.
Inheritance Hierarchy
SystemObject
  spotfire.webPlayerDataColumn

Namespace:  spotfire.webPlayer
Assembly:  ~/GetJavaScriptApi.ashx?Version=14.2
Syntax
JavaScript
spotfire.webPlayer.DataColumn = function();

Type.createClass(
	'spotfire.webPlayer.DataColumn');

The DataColumn type exposes the following members.

Constructors
  NameDescription
Public methodDataColumn
Top
Properties
  NameDescription
Public propertydataColumnName
The name of the data column.
Public propertydataTable
The name of the data table containing this column.
Public propertydataType
The columnDataType of the column.
Top
Methods
  NameDescription
Public methodgetDataColumnProperties
Get a list of the properties in the column.
Public methodgetDataColumnProperty
Get the information about the property with given name.
Public methodgetDistinctValues
Get a list of the unique values in the data column.
Public methodonDataColumnPropertyChanged
Event raised when the data column property has changed value.
Public methodsetDataColumnProperty
Set the value of an existing property.
Top
Version Information

Supported in: 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8, 11.7, 11.6, 11.5, 11.4
See Also