'Declaration Function FindMergedCell( _ ByVal worksheet As Worksheet, _ ByVal row As Integer, _ ByVal column As Integer, _ ByRef mergedCell As Reference, _ ByRef isAutoMergeCell 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 worksheet, int row, int column, out Reference mergedCell, out bool isAutoMergeCell )
Parameters
- worksheet
- row
- column
- mergedCell
- isAutoMergeCell