Gets or sets the constraints applied to the location and size of this table.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Constraints( _ |
C++
Copy Code
|
|---|
public: |
A short value.
RemarksAllows applying constraints to the location and size of a table. These constraints are considered when a user modifies the table interactively. They are ignored if table placement is changed programmatically via methods and properties. Currently, the following constrains can be set:
Constraint index | Value |
|---|---|
0 - no movement constraints; | |
0 - no constraints; | |
0 - no constraints; | |
0 - no constraints; | |
0 - no constraints; | |
0 - no constraints; |
ExampleThis sample disables moving or resizing a table vertically.
VB6
Copy Code
|
|---|
' allow moving the table only horizontally |
See Also