| DocxDocumentAddTable(Int32, Int32) Method |
Aggiunge una tabella di r righe e c colonne
Namespace: QsGemBox.DocxAssembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax public 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
- Numero di righe
- columns Int32
- Numero di colonne
Return Value
DocxTableL'oggetto tabella
See Also