Defines a cell in a TableRow
public class TableCell : ContainerBlock, IBlock, IMarkdownObject, IList<Block>, ICollection<Block>, IReadOnlyList<Block>, IReadOnlyCollection<Block>, IEnumerable<Block>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.TableCell()Initializes a new instance of the TableCell class.TableCell(BlockParser?)Initializes a new instance of the TableCell class.AllowCloseGets or sets whether this cell can be closed.ColumnIndexGets or sets the index of the column to which this cell belongs.ColumnSpanGets or sets the column span this cell is covering. Default is 1.RowSpanGets or sets the row span this cell is covering. Default is 1.