Search
TreeViewConnectionPoint.UpdateRow Method
See Also
 






Sets the row within the table this connection point should be associated with.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public override void UpdateRow (
    int rowIndex
)

Visual Basic  Copy Code

Public Overrides Sub UpdateRow( _
    rowIndex As Integer _
)

 Parameters

rowIndex

 See Also