Search
ISwimlaneGrid.SetRowCount Method
See Also
 





Sets the number of rows in the swimlane grid.

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

 Syntax

C#  Copy Code

void SetRowCount (
    int value
)

Visual Basic  Copy Code

Sub SetRowCount( _
    value As Integer _
)

 Parameters

value

A non-negative integer value specifying the number of rows.

 See Also