Search
DiagramLink.DestinationRow Property
See Also
 






Gets or sets the row to which this link should be connected when the destination node is a table.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public int DestinationRow { get; set; }

Visual Basic  Copy Code

Public Property DestinationRow As Integer

 Property Value

The integer value specifying the row's index.

 See Also