Members of this enumeration can be assigned to the LinkStyle property of a table to specify how arrows can connect to that table.
SyntaxVB6
Copy Code
|
|---|
Public Enum ETableLinkStyle |
C++
Copy Code
|
|---|
enum ETableLinkStyle |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
tlsRows |
0 | Arrows can be linked to a row of the table. |
![]() |
tlsTable |
1 | Arrows can be linked to the table as an integral entity. |
![]() |
tlsBoth |
2 | Arrows can be linked to the table both ways. |
See Also