Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / StartPaintingSimulation Method


In This Topic
    StartPaintingSimulation Method
    In This Topic
    Starts painting process which doesn't belong to the spreadsheet control.
    Syntax
    'Declaration
     
    
    Public Function StartPaintingSimulation() As Object
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim value As Object
     
    value = instance.StartPaintingSimulation()
    public object StartPaintingSimulation()
    See Also