[]
A block-level flow content element that provides a grid-based presentation organized by rows and columns.
public class C1Table : C1Block, IEnumerable<C1TextElement>, IEnumerable
| Name | Description |
|---|---|
| C1Table() | Initializes a new C1Table. |
| Name | Description |
|---|---|
| BorderCollapseProperty | Identifies the BorderCollapse style property. |
| BorderSpacingProperty | Identifies the BorderSpacing style property. |
| ColumnsProperty | Identifies the Columns style property. |
| TableAlignmentProperty | Identifies the TableAlignment style property. |
| Name | Description |
|---|---|
| BorderCollapse | Gets or sets whether adjacent cell borders are collapsed into one border. |
| BorderSpacing | Gets or sets the amount of spacing between cells in a table. |
| Columns | Gets a collection that contains the columns hosted by the table. |
| RowGroups | Gets the collection of C1TableRowGroup in the C1Table. |
| TableAlignment | Gets or sets the horizontal alignment of table. |
| Name | Description |
|---|---|
| IsValidChild(Type) | Checks whether a type is a valid child of this C1TextElement. |