Click or drag to resize

DocxTableMergeCells Method

Esegue il merging delle celle.

Namespace: QsGemBox.Docx
Assembly: QsGemBox (in QsGemBox.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
public DocxTable MergeCells(
	int row,
	int column,
	int hspan,
	int vspan
)

Parameters

row  Int32
L'indice di riga (0 based) della cella radice
column  Int32
L'indice di colonna (0 based) della cella radice
hspan  Int32
Numero di celle da fondere in orizzontale (a destra)
vspan  Int32
Numero di celle da fondere in verticale (in basso)

Return Value

DocxTable
DocxTable.
See Also