API Reference
Class
ExcelPivotSourceUpdateResult
Describes a completed pivot table source update.
Inheritance
- Object
- ExcelPivotSourceUpdateResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String PivotTableName { get; } #The requested pivot table name.
public UInt32 CacheId { get; } #The updated pivot cache identifier.
public String SourceSheet { get; } #The new source worksheet name.
public String SourceRange { get; } #The normalized new source range.
public IReadOnlyList<String> AffectedPivotTables { get; } #Pivot tables that reference the updated cache.
public UInt32 InvalidatedCachedRecordCount { get; } #Number of stale cached source records removed from the package.