Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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