[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.CellTypeBase.PaintContent

PaintContent Method

PaintContent(PaintingContext, int, int, CellData)

Paints the content of a cell.

Declaration
public abstract UIElement PaintContent(PaintingContext paintingContext, int row, int column, CellData celldata)
Public MustOverride Function PaintContent(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
Returns
Type Description
UIElement

An UIElement object represents the content of painting cell.