ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapGrid 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 CellRange
    public virtual CellRange GetMergedRange( 
       System.int row,
       System.int col,
       System.bool clip
    )

    Parameters

    row
    col
    clip
    See Also