ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GetMergedRange Method / GetMergedRange(Int32,Int32) Method

In This Topic
    GetMergedRange(Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetMergedRange( _
       ByVal row As Integer, _
       ByVal col As Integer _
    ) As C1.Win.FlexGrid.CellRange
    public C1.Win.FlexGrid.CellRange GetMergedRange( 
       int row,
       int col
    )

    Parameters

    row
    col
    See Also