Search
Grid.getColumn Method
See Also
 





Returns the column header with the specified index from the bottommost column header level.

Namespace: MindFusion.Diagramming.Lanes
File: Grid.js

 Syntax

JavaScript  Copy Code

function getColumn (index)

 Parameters

index

Number. A number specifying the column index.

 Return Value

A Header object representing the column at the specified index.

 See Also