CubeField.ShowInFieldList Property
Excel Developer Reference |
When set to True (default), a CubeField object will be shown in the field list. Read/write Boolean.
Syntax
expression.ShowInFieldList
expression A variable that represents a CubeField object.
Example
In this example, Microsoft Excel determines if a CubeField object can be shown in the Field list and notifies the user. This example assumes a PivotTable report exists on the active worksheet and a CubeField object exists.
Visual Basic for Applications |
---|
|
See Also