[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.FunctionVisualizer.PaintContent

PaintContent Method

PaintContent(PaintingContext, CellData)

Paints the content of a cell.

Declaration
protected virtual UIElement PaintContent(PaintingContext paintingContext, CellData cellData)
Protected Overridable Function PaintContent(paintingContext As PaintingContext, cellData As CellData) As UIElement
Parameters
Type Name Description
PaintingContext paintingContext

The painting context.

CellData cellData

The cell data of painting cell.

Returns
Type Description
UIElement

An UIElement object represents the content of painting cell.