[]
Represents a table element in a body content.
public class Table : FormattedContentObject, IBrowsable<Table>
Public Class Table
Inherits FormattedContentObject
Implements IBrowsable(Of Table)
Name | Description |
---|---|
Format | Provides access to the table formatting properties. |
this[int, int] | Gets the table cell at a specified row and column indices. |
NestedTabels | Gets the collection of tables nested within this table. |
Next | Gets the next table. |
ParentTable | Gets the parent table of this table. |
Previous | Gets the previous table. |
Rows | Gets the collection of rows in this table. |
Style | Gets or sets a table style that shall be used to format the contents of this table. |
Name | Description |
---|---|
AddContentControl(ContentControlType, bool) | Adds a ContentControl to the end of the table. |
Split(Row, InsertLocation) | Splits the table at a specified location. |