[]
Find the merge cell data from cells[row, column].
bool FindMergedCell(Worksheet worksheet, int row, int column, out Reference mergedCell, out bool isAutoMergeCell)
Function FindMergedCell(worksheet As Worksheet, row As Integer, column As Integer, ByRef mergedCell As Reference, ByRef isAutoMergeCell As Boolean) As Boolean
Type | Name | Description |
---|---|---|
Worksheet | worksheet | A worksheet. |
int | row | The index of row |
int | column | The index of colunn |
Reference | mergedCell | A reference of merged cell |
bool | isAutoMergeCell |
|
Type | Description |
---|---|
bool |
|