DroidDiagram Programmer's Guide
Grid.getRow Method
See Also
 






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

Namespace: com.mindfusion.diagramming.lanes
Package: com.mindfusion.diagramming.lanes

 Syntax

Java  Copy Code

public Header getRow (
    int index
)

 Parameters

index

An integer value specifying the row index.

 Return Value

A Header object representing the row at the specified index.

 See Also

Grid Members
Grid Class
com.mindfusion.diagramming.lanes Namespace