[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ICellRenderer.Draw

Draw Method

Draw(PrintingContext, ref CfExecutedResult, object, Rectangle)

Draws the cell.

Declaration
bool Draw(PrintingContext context, ref CfExecutedResult result, object value, Rectangle rect)
Function Draw(context As PrintingContext, ByRef result As CfExecutedResult, value As Object, rect As Rectangle) As Boolean
Parameters
Type Name Description
PrintingContext context

The printing context.

CfExecutedResult result

The matched conditional formatting result.

object value

The cell value.

Rectangle rect

The client rectangle of cell.

Returns
Type Description
bool

true if the cell is drawn; otherwise, false.