DroidDiagram Programmer's Guide
Grid.getRowIndex Method
See Also
 






Returns the 0-based index of the specified row. Only works for bottommost headers. If the specified row is a group header, returns -1;

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

 Syntax

Java  Copy Code

public int getRowIndex (
    Header row
)

 Parameters

row

A Header instance that represents a grid row.

 Return Value

The index of row, or -1 if the specified header represents a column or a group of child rows.

 See Also

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