The Table type exposes the following members.

Properties

  NameDescription
Public propertyColumns
Gets list of all columns in a table.
Public propertyIsEmpty
Determines whether the table is empty.
Public propertyMergedCells
Gets list of all merged cells in a table.
Public propertyOffsetColumn
Gets or sets the number of free columns (indentation) from the left before the table.
Public propertyOffsetRow
Gets or sets the number of free rows (indentation) from the top before the table.
Public propertyRows
Gets list of all rows in a table.

See Also