Expand Minimize
This topic has not yet been rated - Rate this topic

NamedRange.AllocateChanges Method

Performs a writeback operation for all edited cells in a named range based on an OLAP data source.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)
void AllocateChanges()
ExceptionCondition
MissingMemberException

This method is used in an Excel 2007 project.

The AllocateChanges method will execute an UPDATE CUBE statement for all changes made in the named 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.

NoteNote

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.