[]
        
(Showing Draft Content)

C1.Win.FlexGrid.GridRendererOffice2007.GetBorderPen

GetBorderPen Method

GetBorderPen(CellType)

Gets a pen used to paint the cell borders.

Declaration
public override Pen GetBorderPen(C1FlexGridRenderer.CellType cellType)
Public Overrides Function GetBorderPen(cellType As C1FlexGridRenderer.CellType) As Pen
Parameters
Type Name Description
C1FlexGridRenderer.CellType cellType

C1FlexGridRenderer.CellType that describes the type of cell being rendered.

Returns
Type Description
Pen

A Pen used to paint the cell borders.

Overrides