|  | DocxTableMergeCells Method  | 
 
            Esegue il merging delle celle.
            
 
    Namespace: 
   QsGemBox.Docx
    Assembly:
   QsGemBox (in QsGemBox.dll) Version: 23.3.0.0 (23.3.0.0)
 Syntax
Syntaxpublic 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: 
DocxTableDocxTable.
 See Also
See Also