Click or drag to resize

DocxCellAddTable Method

Aggiunge una tabella

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 24.6.0.0 (24.6.0.0)
Syntax
public DocxTable AddTable(
	int rows,
	int columns
)

Parameters

rows
Type: SystemInt32
The rows.
columns
Type: SystemInt32
The columns.

Return Value

Type: DocxTable
DocxTable.
See Also