XmlMappedRange.Dirty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Designates an XmlMappedRange control to be recalculated when the next recalculation occurs.
public:
void Dirty();
public void Dirty ();
abstract member Dirty : unit -> unit
Public Sub Dirty ()
Remarks
The Microsoft.Office.Interop.Excel.Range.Calculate* method forces the XmlMappedRange control to be recalculated.
If the application is in manual calculation mode, using the Dirty method instructs Excel to identify the specified cell to be recalculated. If the application is in automatic calculation mode, using the Dirty method instructs Excel to perform a recalculation.