Click or drag to resize
Table Properties

The Table type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleBackColor
Sets the back color of the Table.
Public propertyCode exampleBorder
Gets the border object of the Table.
Public propertyCode exampleColumnWidth
Sets the width of all columns in the Table.
Public propertyCode exampleDataFields
Gets a collection of DataFields of the current record.
Public propertyFont
Gets the font object.
Public propertyCode exampleForeColor
Sets the fore color of the Table.
Public propertyHorizontalAlignment
Sets the horizontal alignment of the table.
Public propertyNumberFormatLocal
Sets data display format of the table.
Public propertyRangeAddress
Gets the range address of the Table. For example:"A1:F5".
Public propertyReadOnly
Sets a value that indicates whether the Table is read-only.
Public propertyCode exampleRowHeight
Sets the height of all the rows in the Table, measured in points.
Public propertyVerticalAlignment
Sets the vertical alignment of the table.
Top
See Also