Creates an arrow connecting a box to a table.
SyntaxVB6
Copy Code
|
|---|
Public Function CreateLink( _ |
C++
Copy Code
|
|---|
public: |
A reference to an Arrow object, representing the newly created arrow.
RemarksCreates an arrow, connecting a row of a table to a box. If fromTableToBox is set to true then the arrow points from the table to the box; otherwise it points from the box to the table.
See Also