Search
SwimlaneGrid.getColumnWidth Method
See Also
 

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

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

 Syntax

Java  Copy Code

float getColumnWidth (
    int index
)

 Parameters

index

The zero-based index of the column.

 Return Value

The width of the column.

 See Also