Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Camera Class / Dirty Method


In This Topic
    Dirty Method (Camera)
    In This Topic
    Notifies the calculation engine that the value of this external variable is changed.
    Syntax
    'Declaration
     
    
    Protected Sub Dirty() 
    'Usage
     
    
    Dim instance As Camera
     
    instance.Dirty()
    protected void Dirty()
    See Also