XmlMappedRange.Dirty Method

Definition

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.

Applies to