[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Printing.IMergeCellSupport.FindMergedCell

FindMergedCell Method

FindMergedCell(Worksheet, int, int, out Reference, out bool)

Find the merge cell data from cells[row, column].

Declaration
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
Parameters
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

true if is auto merge cell.

Returns
Type Description
bool

true if exist a mergecell, false otherwise, false.