NamedRange.DiscardChanges 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.
Discards all changes in the edited cells of the range.
public:
void DiscardChanges();
public void DiscardChanges ();
abstract member DiscardChanges : unit -> unit
Public Sub DiscardChanges ()
Exceptions
This method is used in an Excel 2007 project.
Remarks
For a range based on an OLAP data source, this method removes all values and formulas entered in the cells, and then runs an update operation to retrieve the latest values from the data source. It sets the data source value to NULL for all value cells that are edited, and also executes a ROLLBACK TRANSACTION statement against the OLAP server. For ranges based on non-OLAP data sources, this method simply clears all edited cells.
Note
This method appears in IntelliSense in Excel 2007 projects that target the .NET Framework 4. However, this method cannot be used in Excel 2007 projects.