[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.PaintBackground

PaintBackground Method

PaintBackground(PaintingContext, int, int, CellData)

Paints the background of a cell.

Declaration
public abstract UIElement PaintBackground(PaintingContext paintingContext, int row, int column, CellData cellData)
Public MustOverride Function PaintBackground(paintingContext As PaintingContext, row As Integer, column As Integer, cellData As CellData) As UIElement
Parameters
Type Name Description
PaintingContext paintingContext

The painting context.

int row

The row index of painting cell.

int column

The column index of painting cell.

CellData cellData

The cell data of painting cell.

Returns
Type Description
UIElement

An UIElement object represents the background of painting cell.