Worksheet.GetMergeByCell

Worksheet.GetMergeByCell method

get the the merge area that contains the cell at row,column location ,return null if all the merge areas does not include this cell location

public CellRange GetMergeByCell(int row, int col)
ParameterTypeDescription
rowInt32
colInt32

See Also