Class Table
Represents a table element in a Word document.
- Inheritance
-
Table
- Implements
- Inherited Members
Constructors
Table()
Initializes a new instance of the Table class with empty rows and default column properties.
Table(int, int)
Initializes a new instance of the Table class with a specified number of rows and columns.
Parameters
Properties
Column
Gets or sets the column properties of the table.
Property Value
ElementId
Gets the unique identifier of the table.
Property Value
Rows
Gets or sets the list of rows within the table.
Property Value
Style
Gets or sets the table style.