DroidDiagram Programmer's Guide
Grid.getColumnIndex Method
See Also
 






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

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

 Syntax

Java  Copy Code

public int getColumnIndex (
    Header column
)

 Parameters

column

A Header instance that represents a grid column.

 Return Value

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

 See Also

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