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

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

    Parameters

    row
    col
    clip
    See Also