True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / GridRenderer Class / GetBorderPen Method
Type of the cell.

In This Topic
    GetBorderPen Method (GridRenderer)
    In This Topic
    Gets the border pen.
    Syntax
    'Declaration
     
    Public Overridable Function GetBorderPen( _
       ByVal cellType As GridRenderer.CellType _
    ) As System.Drawing.Pen
    public virtual System.Drawing.Pen GetBorderPen( 
       GridRenderer.CellType cellType
    )

    Parameters

    cellType
    Type of the cell.
    See Also