Class Table
Represents a table.
public class Table : Element
  - Inheritance
 - 
      
      
      Table
 
- Inherited Members
 
- Extension Methods
 
Constructors
Table()
Initializes a new instance of the Table class.
public Table()
  Properties
Cells
Gets the cells.
public CellCollection Cells { get; }
  Property Value
Columns
Gets the columns.
public Dictionary<int, Column> Columns { get; }
  Property Value
Methods
AddAsciidocTo(StringBuilder)
Converts the element to AsciiDoc.
public override void AddAsciidocTo(StringBuilder builder)
  Parameters
builderStringBuilderThe AsciiDoc content is added to this.