Search
Worksheet.GetMergedCell Method (Cell)
See Also
 






Gets the merged cell containing the specified cell, if this cell is part of a merged cell.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public CellRange GetMergedCell (
    Cell cell
)

Visual Basic  Copy Code

Public Function GetMergedCell( _
    cell As Cell _
) As CellRange

 Parameters

cell

The cell to inspect.

 Return Value

An instance of the CellRange class representing the containing merged cell, or null (Nothing in Visual Basic), if cell is not merged.

 See Also