Gets the table an arrow is coming out from.
SyntaxVB6
Copy Code
|
|---|
Public Property Get OriginTable() As Table |
C++
Copy Code
|
|---|
public: |
A reference to a Table instance.
RemarksReference to the table from which the arrow comes out; null reference (Nothing in Visual Basic) if the origin node is a box or if the arrow origin is not connected to a node.
See Also