In This Topic
Find the merge cell data from cells[row, column].
Syntax
'Declaration
Function FindMergedCell( _
ByVal As Worksheet, _
ByVal As Integer, _
ByVal column As Integer, _
ByRef As Reference, _
ByRef As Boolean _
) As Boolean
'Usage
Dim instance As IMergeCellSupport
Dim worksheet As Worksheet
Dim row As Integer
Dim column As Integer
Dim mergedCell As Reference
Dim isAutoMergeCell As Boolean
Dim value As Boolean
value = instance.FindMergedCell(worksheet, row, column, mergedCell, isAutoMergeCell)
bool FindMergedCell(
Worksheet ,
int ,
int column,
out Reference ,
out bool
)
Parameters
- worksheet
- row
- column
- mergedCell
- isAutoMergeCell
See Also