[]
Represents a table cell.
public class TableCell : LayoutElement
Public Class TableCell
Inherits LayoutElement
Name | Description |
---|---|
ColumnIndex | Gets the column index. |
ColumnSpan | Gets the column span (1 or more). |
Content | Gets the content of a table cell. |
RowIndex | Gets the row index. |
RowSpan | Gets the row span (1 or more). |
Table | Gets the owner TableFragment. |
WordCell | Gets the source Cell. |