[]
Represents the row in a Word table.
public class TableRow : LayoutElement
Gets the actual height of the table row, in points.
public float ActualHeight { get; }
Gets the list of row cells.
public List<TableCell> Cells { get; }
Gets a value indicating if the current row shall be repeated at the top of each new page on which part of this table is displayed.
public bool HeadingRow { get; }
Gets the row index.
public int RowIndex { get; }
Gets the source Row.
public Row WordRow { get; }