[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.UniversalCellType.PaintContent

PaintContent Method

PaintContent(PaintingContext, int, int, CellData)

Paints the content of a cell.

Declaration
public override UIElement PaintContent(PaintingContext paintingContext, int row, int column, CellData paintingData)
Public Overrides Function PaintContent(paintingContext As PaintingContext, row As Integer, column As Integer, paintingData 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 paintingData
Returns
Type Description
UIElement

An UIElement object represents the content of painting cell.

Overrides