Allows to specify the text for the column headers.
var value = obj.getColumnProperty("text", index); var array = obj.getColumnProperty("texts");
or
obj.setColumnProperty("text", value, index); obj.setColumnProperty("texts", array);
definePropertyArray Method
column Model