Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / StopPaintingSimulation Method


In This Topic
    StopPaintingSimulation Method
    In This Topic
    Stops painting process which doesn't belong to the spreadsheet control.
    Syntax
    'Declaration
     
    
    Public Sub StopPaintingSimulation( _
       ByVal state As Object _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim state As Object
     
    instance.StopPaintingSimulation(state)
    public void StopPaintingSimulation( 
       object state
    )

    Parameters

    state
    See Also