Set the value of an existing property.

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

Syntax

JavaScript
function setDataTableProperty(propertyName, value);

Parameters

propertyName
Type: string
The name of the property.
value
Type: object
The value of the property as a formatted string or an array of formatted strings, in the users locale.

Version Information

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

See Also