ASP.NET Pack Programmer's Guide
Header.getSubHeaders Method
See Also
 





Gets a collection of the subheaders of this header.

Namespace: MindFusion.Diagramming.Lanes
Package: Header.js

 Syntax

JavaScript  Copy Code

function getSubHeaders ()

 Return Value

An array containing the subheaders.

 Remarks

The returned array should not be modified directly. To add and remove subheaders, use the addColumnHeader, addRowHeaderremoveColumnHeader and removeRowHeader methods of the Grid respectively.

 See Also

Header Members
Header Class
MindFusion.Diagramming.Lanes Namespace