DocxTable.MergeCells Method

QsInformatica.Utils

DocxTableMergeCells Method

Esegue il merging delle celle.

Namespace:  QsGemBox.Docx
Assembly:  QsGemBox (in QsGemBox.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public DocxTable MergeCells(
	int row,
	int column,
	int hspan,
	int vspan
)
Public Function MergeCells ( 
	row As Integer,
	column As Integer,
	hspan As Integer,
	vspan As Integer
) As DocxTable
public:
DocxTable^ MergeCells(
	int row, 
	int column, 
	int hspan, 
	int vspan
)
member MergeCells : 
        row : int * 
        column : int * 
        hspan : int * 
        vspan : int -> DocxTable 

Parameters

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

Return Value

Type: DocxTable
DocxTable.
See Also