DroidDiagram Programmer's Guide
SwimlaneGrid.setColumnWidth Method
See Also
 






Sets the the width of the specified column in the swimlane grid.

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

 Syntax

Java  Copy Code

void setColumnWidth (
    int index,
    float value
)

 Parameters

index

The zero-based index of the column.

value

The new width of the column.

 See Also

SwimlaneGrid Members
SwimlaneGrid Interface
com.mindfusion.diagramming Namespace