Search
ISwimlaneGrid.SetColumnWidth Method
See Also
 





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

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

void SetColumnWidth (
    int index,
    float value
)

Visual Basic  Copy Code

Sub SetColumnWidth( _
    index As Integer, _
    value As Single _
)

 Parameters

index

The zero-based index of the column.

value

The new width of the column.

 See Also