  | DocxCellAddTable Method | 
            Aggiunge una tabella
            
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 27.4.0
Syntaxpublic DocxTable AddTable(
	int rows,
	int columns
)
Public Function AddTable ( 
	rows As Integer,
	columns As Integer
) As DocxTable
public:
DocxTable^ AddTable(
	int rows, 
	int columns
)
member AddTable : 
        rows : int * 
        columns : int -> DocxTable Parameters
- rows  Int32
 - The rows.
 - columns  Int32
 - The columns.
 
Return Value
DocxTableDocxTable.
See Also