True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / Split Class / OnGetCellRange Method
Starting row
Starting colum.

In This Topic
    OnGetCellRange Method (Split)
    In This Topic
    Returns the upper and lower bounds for a merged column.
    Syntax
    'Declaration
     
    Protected Overridable Function OnGetCellRange( _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) As Split.CellRange
    protected virtual Split.CellRange OnGetCellRange( 
       System.int row,
       System.int col
    )

    Parameters

    row
    Starting row
    col
    Starting colum.

    Return Value

    The CellRange object that defines the rows and columns for a merged cell.
    See Also