Gets the index of arrow's destination anchor point or table row.
SyntaxVB6
Copy Code
|
|---|
Public Property Get DestIndex() As Long |
C++
Copy Code
|
|---|
public: |
A long value.
RemarksIf arrow's destination is a box, this property lets you know the index of the anchor point at which the arrow and the box are linked. If there is no AnchorPattern defined for the destination node, the property returns -1. If the arrow is linked to a table, the property returns the related table row.
See Also