ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GetMergedRange Method / GetMergedRange(Int32,Int32) Method
Row index.
Column index.

In This Topic
    GetMergedRange(Int32,Int32) Method
    In This Topic
    Returns the merged range of cells that includes a given cell.
    Syntax
    'Declaration
     
    Public Overloads Function GetMergedRange( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As CellRange
    public CellRange GetMergedRange( 
       int row,
       int col
    )

    Parameters

    row
    Row index.
    col
    Column index.

    Return Value

    A C1.Win.C1FlexGrid.CellRange object that contains the given cell.
    Remarks
    This method returns the entire range, including invisible cells.
    See Also