The Table type exposes the following members.

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.)

See Also