DroidDiagram Programmer's Guide
Grid.getColumn Method
See Also
 






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

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

 Syntax

Java  Copy Code

public Header getColumn (
    int index
)

 Parameters

index

An integer value specifying the column index.

 Return Value

A Header object representing the column at the specified index.

 See Also

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