Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / PrePaintTextResult Class / StopPainting Property


In This Topic
    StopPainting Property
    In This Topic
    Gets a value that indicates whether the cell painting should be performed.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property StopPainting As Boolean
    'Usage
     
    
    Dim instance As PrePaintTextResult
    Dim value As Boolean
     
    value = instance.StopPainting
    public bool StopPainting {get;}

    Property Value

    true if the cell painting should not be performed; otherwise, false.
    See Also