MindFusion.Diagramming for Universal Windows Programmer's Guide
ConnectionPoint.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 virtual void UpdateRow (
    int rowIndex
)

Visual Basic  Copy Code

Public Overridable Sub UpdateRow( _
    rowIndex As Integer _
)

 Parameters

rowIndex

The index of the row to update.

 See Also

ConnectionPoint Members
ConnectionPoint Class
MindFusion.Diagramming Namespace