PivotCache.SourceRange Property
Gets the source cell range whose data are stored in the PivotCache.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Property Value
Type | Description |
---|---|
CellRange | A CellRange object that represents a cell range containing the source data. |
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