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