Gets the collection with the topmost column headers.
Namespace: MindFusion.Diagramming.Lanes
Package: Grid.js
JavaScript Copy Code |
---|
function getColumnHeaders () |
Type: Array
An array containing the topmost column headers.
The returned array should not be modified directly. To add and remove column headers to the grid, use the addColumnHeader and removeColumnHeader methods perspectively.