PivotTable.DisplayEmptyRow Property
Returns True when the non-empty MDX keyword is included in the query to the OLAP provider for the category axis. The OLAP provider will not return empty rows in the result set. Returns False when the non-empty keyword is omitted. Read/write Boolean.
Syntax
expression.DisplayEmptyRow
expression A variable that represents a PivotTable object.
Remarks
The PivotTable must be connected to an Online Analytical Processing (OLAP) data source to avoid a run-time error.
Example
This example determines the display settings for empty rows in a PivotTable. It assumes a PivotTable connected to an OLAP data source exists on the active worksheet.
| Visual Basic for Applications |
|---|
|