Click or drag to resize

DocxDocumentAddTable Method (Int32, Int32)

Aggiunge una tabella di r righe e c colonne

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

Parameters

rows
Type: SystemInt32
Numero di righe
columns
Type: SystemInt32
Numero di colonne

Return Value

Type: DocxTable
L'oggetto tabella
See Also