Range.AllocateChanges 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.
Performs a writeback operation for all edited cells in a range based on an OLAP data source.
public:
void AllocateChanges();
public void AllocateChanges ();
Public Sub AllocateChanges ()
Remarks
The AllocateChanges() method will execute an UPDATE CUBE statement for all changes made in the range since the last apply changes operation was committed. This method generates a run-time error if it is executed on a range based on a non-OLAP data source.