Represents a single table row, which contains the table’s cells.
Inheritance Hierarchy
GemBox.Document Element
GemBox.Document.Tables TableRow
Namespace: GemBox.Document.Tables
Assembly: GemBox.Document (in GemBox.Document.dll) Version: 21.3.30.1113
Syntax
public sealed class TableRow : Element, IContentElement
Remarks
TableRow is a content Element consisting of TableCell elements.
TableRow can be formatted using the TableRow.RowFormat property.
For more information, see table samples.
See Also