Spread WPF 18
GrapeCity.Spreadsheet Namespace / ICellRenderer Interface / Draw Method
The printing context.
The matched conditional formatting result.
The cell value.
The client rectangle of cell.


In This Topic
    Draw Method
    In This Topic
    Draws the cell.
    Syntax
    'Declaration
     
    Function Draw( _
       ByVal context As PrintingContext, _
       ByRef result As CfExecutedResult, _
       ByVal value As Object, _
       ByVal rect As Rectangle _
    ) As Boolean
    'Usage
     
    Dim instance As ICellRenderer
    Dim context As PrintingContext
    Dim result As CfExecutedResult
    Dim value As Object
    Dim rect As Rectangle
    Dim value As Boolean
     
    value = instance.Draw(context, result, value, rect)
    bool Draw( 
       PrintingContext context,
       ref CfExecutedResult result,
       object value,
       Rectangle rect
    )

    Parameters

    context
    The printing context.
    result
    The matched conditional formatting result.
    value
    The cell value.
    rect
    The client rectangle of cell.
    See Also