Class TableRow
A table row (w:tr).
public sealed class TableRow : DomNode
- Inheritance
-
TableRow
- Inherited Members
- Extension Methods
Constructors
- TableRow()
Initializes an empty row.
Properties
- Cells
Gets the row's cells in document order.
- Children
Gets this node's children in document order. Nodes without children return an empty list. The list is a live view; mutate through the typed collections (for example Inlines), not through this property.
- Format
Gets or sets the row's direct formatting (w:trPr). Never null; empty when unspecified.
Methods
- Accept(DomVisitor)
Dispatches to the visitor method for this node's concrete type.
- Clone()
Creates a detached deep copy.
- CloneCore()
Creates the deep copy for Clone(). Implementations copy all owned state, deep-clone children and copy unknown-XML islands.
- RemoveChildCore(DomNode)
Removes
childfrom this node's child collections.