GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IRange Interface / Dirty Method


In This Topic
Dirty Method
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()
See Also