Table.IsMerged Method

Gets the merge status of the specified cell.
Public Function IsMerged( _ 
ByVal row As Integer, _ 
ByVal col As Integer
) As Boolean
This language is not supported or no code example is available.
public bool IsMerged( 
int row
int col 
)
This language is not supported or no code example is available.

Parameters

row
int

Row index

col
int

Column index

Return Value

bool

True if the cell is merged

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition