ComponentOne List for WinForms
C1.Win.C1List 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 Pen
    public virtual Pen GetBorderPen( 
       GridRenderer.CellType cellType
    )

    Parameters

    cellType
    Type of the cell.
    See Also