Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Dirty Method


In This Topic
    Dirty Method (IRange)
    In This Topic
    Designates a range to be recalculated when the next recalculation occurs.
    Syntax
    'Declaration
     
    
    Sub Dirty() 
    'Usage
     
    
    Dim instance As IRange
     
    instance.Dirty()
    void Dirty()
    See Also