Gets a collection of the subheaders of this header.
Namespace: MindFusion.Diagramming.Lanes
File: Header.js
JavaScript Copy Code |
---|
get subHeaders() {} |
Array
An array containing the subheaders.
The returned array should not be modified directly. To add and remove subheaders, use the addColumnHeader, addRowHeader, removeColumnHeader and removeRowHeader methods of the Grid respectively.