[]
Draws the cell.
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
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. |
Type | Description |
---|---|
bool |
|