Table.MergeCells Method

Merges the specified cells.
Public Function MergeCells( _ 
ByVal minRow As Integer, _ 
ByVal minCol As Integer, _ 
ByVal maxRow As Integer, _ 
ByVal maxCol As Integer
) As Boolean
This language is not supported or no code example is available.
public bool MergeCells( 
int minRow
int minCol
int maxRow
int maxCol 
)
This language is not supported or no code example is available.

Parameters

minRow
int

Minimum row index of the merged cells

minCol
int

Minimum column index of the merged cells

maxRow
int

Maximum row index of the merged cells

maxCol
int

Maximum column index of the merged cells

Return Value

bool

True if the operation succeeded, false otherwise

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition