Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / UniversalCellType Class / PaintContent Method


In This Topic
    PaintContent Method (UniversalCellType)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub PaintContent( _
       ByVal context As IPaintingContext, _
       ByVal r As Rectangle, _
       ByVal value As Object, _
       ByRef cfResult As CfExecutedResult _
    ) 
    'Usage
     
    
    Dim instance As UniversalCellType
    Dim context As IPaintingContext
    Dim r As Rectangle
    Dim value As Object
    Dim cfResult As CfExecutedResult
     
    instance.PaintContent(context, r, value, cfResult)

    Parameters

    context
    r
    value
    cfResult
    See Also