The Cell type exposes the following members.

Properties

  NameDescription
Public propertyBorder
Get or set the border around this content element. Default is null, meaning that there is no border.
(Inherited from Bordered.)
Public propertyColSpan
Get or set the number of columns that this cell spans.
Public propertyFitToContent
Get or set if the width of the cell has to grow with the content.
Public propertyFixed
Get or set if the width of the cell is fixed.
Public propertyMargin
Get or set the margin of a border.
(Inherited from Bordered.)
Public propertyPadding
Get or set the padding of a border.
(Inherited from Bordered.)
Public propertyParagraphs
Get all paragraphs in this cell.
Public propertyPreferredWidth
Get or set the cells preferred width.
Public propertyVerticalAlignment
Get or set the vertical alignment of the contained Paragraphs collection.

See Also