[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.GridRendererOffice2007.OnDrawCell

OnDrawCell Method

OnDrawCell(C1FlexGridBase, OwnerDrawCellEventArgs, CellType)

Draws a single grid cell of a specific type.

Declaration
public override void OnDrawCell(C1FlexGridBase flex, OwnerDrawCellEventArgs e, C1FlexGridRenderer.CellType cellType)
Parameters
Type Name Description
C1FlexGridBase flex

C1FlexGridBase that contains the cell being drawn.

OwnerDrawCellEventArgs e

OwnerDrawCellEventArgs that provides information about the cell being drawn.

C1FlexGridRenderer.CellType cellType

C1FlexGridRenderer.CellType value that determines the type of cell being drawn.

Overrides