Gets or sets a value indicating whether users are allowed to draw outgoing arrows from this table.
SyntaxVB6
Copy Code
|
|---|
Public Property Get AllowOutgoingArrows() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksEven if this property is disabled, arrow can still be linked to this table programmatically.
See Also