Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ExternalVariable Class / Dirty Method


In This Topic
    Dirty Method (ExternalVariable)
    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 ExternalVariable
     
    instance.Dirty()
    protected void Dirty()
    See Also