Gets the merged cell containing the cell with the specified coordinates, if this cell is part of a merged cell.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public CellRange GetMergedCell ( |
Visual Basic
Copy Code
|
|---|
Public Function GetMergedCell( _ |
The column of the cell to inspect.
The row of the cell to inspect.
An instance of the CellRange class representing the containing merged cell, or null (Nothing in Visual Basic), if the cell with the specified coordinates is not merged.
See Also