Click or drag to resize

DocxDocumentAddTable(Int32, Int32) Method

Aggiunge una tabella di r righe e c colonne

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

Parameters

rows  Int32
Numero di righe
columns  Int32
Numero di colonne

Return Value

DocxTable
L'oggetto tabella
See Also