The Cell type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Border |
Get or set the border around this content element.
Default is null, meaning that there is no border.
(Inherited from Bordered.) | |
| ColSpan |
Get or set the number of columns that this cell spans.
| |
| FitToContent |
Get or set if the width of the cell has to grow with the content.
| |
| Fixed |
Get or set if the width of the cell is fixed.
| |
| Margin |
Get or set the margin of a border.
(Inherited from Bordered.) | |
| Padding |
Get or set the padding of a border.
(Inherited from Bordered.) | |
| Paragraphs |
Get all paragraphs in this cell.
| |
| PreferredWidth |
Get or set the cells preferred width.
| |
| VerticalAlignment |
Get or set the vertical alignment of the contained Paragraphs collection.
|