title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
PivotField.TotalLevels property (Excel) |
vbaxl10.chm240097 |
|
|
fa50c186-5f6d-41f4-6382-37135159347c |
05/07/2019 |
medium |
Returns the total number of fields in the current field group. If the field isn't grouped, or if the data source is OLAP-based, TotalLevels returns the value 1. Read-only Long.
expression.TotalLevels
expression A variable that represents a PivotField object.
All fields in a set of grouped fields have the same TotalLevels value.
This example displays the total number of fields in the group that contains the active cell.
Worksheets("Sheet1").Activate
MsgBox "This group has " & _
ActiveCell.PivotField.TotalLevels & " levels
[!includeSupport and feedback]