Gets the table the arrow is pointing to.
SyntaxVB6
Copy Code
|
|---|
Public Property Get DestinationTable() As Table |
C++
Copy Code
|
|---|
public: |
A reference to a Table instance.
RemarksReturns the table to which the arrow's end point is linked; null reference (Nothing in Visual Basic) if the destination node is a box or if the arrow end point is not connected to a node.
See Also