| Table Properties |
The Table type exposes the following members.
| Name | Description | |
|---|---|---|
| BackColor |
Sets the back color of the Table.
| |
| Border |
Gets the border object of the Table.
| |
| ColumnWidth |
Sets the width of all columns in the Table.
| |
| DataFields |
Gets a collection of DataFields of the current record.
| |
| Font |
Gets the font object.
| |
| ForeColor |
Sets the fore color of the Table.
| |
| HorizontalAlignment |
Sets the horizontal alignment of the table.
| |
| NumberFormatLocal |
Sets data display format of the table.
| |
| RangeAddress |
Gets the range address of the Table. For example:"A1:F5".
| |
| ReadOnly |
Sets a value that indicates whether the Table is read-only.
| |
| RowHeight |
Sets the height of all the rows in the Table, measured in points.
| |
| VerticalAlignment |
Sets the vertical alignment of the table.
|