PivotCache.SourceRange Property
In This Article
Gets the source cell range whose data are stored in the PivotCache.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
Cell |
A Cell |
#Remarks
The SourceRange property is in effect only for the pivot cache of the PivotCacheType.Worksheet type. For the PivotCache objects of other types, this property returns null. Use the PivotCache.CacheType property to obtain the type of the PivotCache source.
See Also