:: Documentation >> Reference >>

text Property Array

Allows to specify the text for the row headers.

Syntax

var value = obj.getRowProperty("text", index);
var array = obj.getRowProperty("texts");

or

obj.setRowProperty("text", value, index);
obj.setRowProperty("texts", array);

See Also

definePropertyArray Method

Applies To

row Model