True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / Split Class / GetCellBounds Method
Visible row number
Visible column index

In This Topic
    GetCellBounds Method (Split)
    In This Topic
    Returns the Rectangle for the given Row and Column
    Syntax
    'Declaration
     
    Public Overridable Function GetCellBounds( _
       ByVal Row As System.Integer, _
       ByVal Col As System.Integer _
    ) As System.Drawing.Rectangle
    public virtual System.Drawing.Rectangle GetCellBounds( 
       System.int Row,
       System.int Col
    )

    Parameters

    Row
    Visible row number
    Col
    Visible column index
    See Also