Table.MergeRange Method

Gets the merge range of the specified cell.
Public Sub MergeRange( _ 
ByVal row As Integer, _ 
ByVal col As Integer, _ 
ByRef minRow As Integer, _ 
ByRef minCol As Integer, _ 
ByRef maxRow As Integer, _ 
ByRef maxCol As Integer
)
This language is not supported or no code example is available.
public void MergeRange( 
int row
int col
out int minRow
out int minCol
out int maxRow
out int maxCol 
)
This language is not supported or no code example is available.

Parameters

row
int

Row index

col
int

Column index

minRow
int

The minimum row index of the marge range

minCol
int

The minimum column index of the marge range

maxRow
int

The maximum row index of the marge range

maxCol
int

The maximum column index of the marge range

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition