[]
Specifies which sides of a table are fixed. Position of those sides does not depend on the table content.
public enum FixedTableSides
Public Enum FixedTableSides
| Name | Description |
|---|---|
| All | All sides of a table are fixed. |
| BottomLeft | Bottom and left sides are fixed. |
| BottomLeftRight | Bottom, left and right sides are fixed. |
| BottomRight | Bottom and right sides are fixed. |
| LeftTopBottom | Left, top and bottom sides are fixed. |
| RightTopBottom | Right, top and bottom sides are fixed. |
| TopLeft | Top and left sides are fixed. |
| TopLeftRight | Top, left and right sides are fixed. |
| TopRight | Top and right sides are fixed. |