The Table type exposes the following members.

Constructors

  NameDescription
Public methodTable
Initializes a new instance of the Table class

Methods

  NameDescription
Public methodAddMergedCell
Add merged cell to a table.
Public methodCreateColumn()()()()
Add new column with default width to the table.
Public methodCreateColumn(Single)
Add new column with specified width to the table.
Public methodCreateRow()()()()
Add new row with default height to the table.
Public methodCreateRow(Single)
Add new row with specified height to the table.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)

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