Skip to main content
A newer version of this page is available. .
Row

PivotCache.SourceRange Property

Gets the source cell range whose data are stored in the PivotCache.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

Range SourceRange { get; }

Property Value

Type Description
Range

A Range 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