Click or drag to resize

TableCell Properties

The TableCell type exposes the following members.

Properties
 NameDescription
Public propertyBlocks The collection of Block elements (Paragraphs, Table, etc) inside this cell.
Public propertyCode exampleCellFormat Gets and sets cell formatting.
Public propertyCode exampleColumnSpan The attributes COLSPAN (“how many across”) and ROWSPAN (“how many down”) indicate how many columns or rows a cell should take up.
Public propertyCode exampleElementType Gets the ElementType of this element instance.
(Overrides ElementElementType)
Public propertyParent Gets the parent TableRow element.
Public propertyParentCollection Gets the parent TableCellCollection element.
Public propertyCode exampleRowSpan The attributes COLSPAN (“how many across”) and ROWSPAN (“how many down”) indicate how many columns or rows a cell should take up.
Top
See Also