[]
Represents a table cell.
public class TableCell : LayoutElement
Gets the column index.
public int ColumnIndex { get; }
Gets the column span (1 or more).
public int ColumnSpan { get; }
Gets the content of a table cell.
public CellContent Content { get; }
Gets the row index.
public int RowIndex { get; }
Gets the row span (1 or more).
public int RowSpan { get; }
Gets the owner TableFragment.
public TableFragment Table { get; }
Gets the source Cell.
public Cell WordCell { get; }