MindFusion.Wpf Pack Programmer's Guide
Worksheet.GetMergedCell Method (Int32, Int32)
See Also
 





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

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

 Syntax

C#  Copy Code

public CellRange GetMergedCell (
    int column,
    int row
)

Visual Basic  Copy Code

Public Function GetMergedCell( _
    column As Integer, _
    row As Integer _
) As CellRange

 Parameters

column

The column of the cell to inspect.

row

The row of the cell to inspect.

 Return Value

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

GetMergedCell Method Overload List
Worksheet Members
Worksheet Class
MindFusion.Spreadsheet.Wpf Namespace