:: Home >>

header indices

The array of the header row indices (extended grid). Can be used to show/hide or change the order of the header rows.

Syntax

var value = obj.getHeaderIndices(); 
obj.setHeaderIndices(value);        

obj.onHeaderIndicesChanging = function(value){...}; 
obj.onHeaderIndicesChanged = function(value){...}; 
obj.onHeaderIndicesError = function(value){...}; 

Defined in

header model

Examples

obj.setHeaderIndices([2,1,0]);

See also

Grid templates: headers
Header model: count, indices, visible, height
Indices properties: row, column, header, footer

Comments

No comments yet.
Comments will appear on this page and in the main forum.

Documentation:

Recent changes:

2.5.0 - 2.5.2
2.5.2
2.5, 2.5.1
2.5.1
2.5
Release History
2.5
2.0.2
textToValue
textToData