ComponentOne True DBGrid for WinForms
GetBorderPen Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > GridRenderer Class : GetBorderPen Method
Type of the cell.
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

Reference

GridRenderer Class
GridRenderer Members