[]
A flow content element that defines a cell of content within a C1Table.
public class C1TableCell : C1Block, IEnumerable<C1TextElement>, IEnumerable
| Name | Description |
|---|---|
| C1TableCell() |
| Name | Description |
|---|---|
| ColumnSpanProperty | Identifies the ColumnSpan style property. |
| RowSpanProperty | Identifies the RowSpan style property. |
| Name | Description |
|---|---|
| Blocks | Gets the collection of C1Block in the C1TableCell. |
| ColumnSpan | Gets or sets the number of columns that the C1TableCell should span. |
| RowSpan | Gets or sets the number of rows that the C1TableCell should span. |
| Name | Description |
|---|---|
| IsValidChild(Type) | Checks whether a type is a valid child of this C1TextElement. |