FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGrid 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 CellRange object that contains the given cell.
    Remarks
    This method returns the entire range, including invisible cells.
    See Also