Click or drag to resize

Table Constructor

Overload List
 NameDescription
Public methodCode exampleTable(DocumentCore) Initializes a new instance of the Table class.
Public methodCode exampleTable(DocumentCore, TableRow) Initializes a new instance of the Table class.
Public methodCode exampleTable(DocumentCore, IEnumerableTableRow) Initializes a new instance of the Table class.
Public methodCode exampleTable(DocumentCore, Int32, Int32) Initializes a new instance of the Table class.
Public methodCode exampleTable(DocumentCore, Int32, Int32, CreateTableCell) Initializes a new instance of the Table class.
Top
See Also