Back to Devexpress

PivotLocation.WholeRange Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotlocation-501c6c77.md

latest2.3 KB
Original Source

PivotLocation.WholeRange Property

Gets the cell range that contains the entire PivotTable report including the page area.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

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

Property Value

TypeDescription
CellRange

A CellRange object that specifies a noncontiguous (union) range of cells occupied by the PivotTable report along with the page area.

|

Remarks

The cell range that the WholeRange property returns for a sample pivot table is highlighted in the image below.

To obtain the cell range occupied by the pivot table disregarding the page area, use the PivotLocation.Range property. The PivotLocation.DataRange property returns the cell range that contains the PivotTable’s summary values. The PivotLocation.RowRange, PivotLocation.ColumnRange and PivotLocation.PageRange properties return cell ranges containing the PivotTable’s row area, column area and page area, respectively.

See Also

Pivot Table Structure

PivotLocation Interface

PivotLocation Members

DevExpress.Spreadsheet Namespace