FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / GetMergedRange Method / GetMergedRange(Int32,Int32,Int32,Int32,Int32,Int32) Method

In This Topic
    GetMergedRange(Int32,Int32,Int32,Int32,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub GetMergedRange( _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByRef r1 As Integer, _
       ByRef c1 As Integer, _
       ByRef r2 As Integer, _
       ByRef c2 As Integer _
    ) 
    public void GetMergedRange( 
       int row,
       int col,
       out int r1,
       out int c1,
       out int r2,
       out int c2
    )

    Parameters

    row
    col
    r1
    c1
    r2
    c2
    See Also