Search
Grid.getRow Method
See Also
 





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

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

 Syntax

JavaScript  Copy Code

function getRow (index)

 Parameters

index

Number. A number specifying the row index.

 Return Value

A Header object representing the row at the specified index.

 See Also