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

In This Topic
    GetHeaderCellBounds Method (Split)
    In This Topic
    Returns the Rectangle for the Header cell of the given Column
    Syntax
    'Declaration
     
    Public Overridable Function GetHeaderCellBounds( _
       ByVal Col As System.Integer _
    ) As System.Drawing.Rectangle
    public virtual System.Drawing.Rectangle GetHeaderCellBounds( 
       System.int Col
    )

    Parameters

    Col
    Visible column index
    See Also