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


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