Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.Extended.4.5.2 Assembly / C1.Win.C1Schedule Namespace / C1AgendaView 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 System.Integer, _
       ByVal col As System.Integer, _
       ByVal clip As System.Boolean _
    ) As C1.Win.C1FlexGrid.CellRange
    public virtual C1.Win.C1FlexGrid.CellRange GetMergedRange( 
       System.int row,
       System.int col,
       System.bool clip
    )

    Parameters

    row
    col
    clip
    See Also