Back to Devexpress

PivotCache.SourceRange Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotcache.md

latest1.6 KB
Original Source

PivotCache.SourceRange Property

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

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
CellRange SourceRange { get; }
vb
ReadOnly Property SourceRange As CellRange

Property Value

TypeDescription
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

CacheType

PivotCache Interface

PivotCache Members

DevExpress.Spreadsheet Namespace