[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.GridRendererOffice2007.GetBorderPen

GetBorderPen Method

GetBorderPen(CellType)

Gets a pen used to paint the cell borders.

Declaration
public override Pen GetBorderPen(C1FlexGridRenderer.CellType cellType)
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