PivotField.LayoutBlankLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
True if a blank row is inserted after the specified row field in a PivotTable report. The default value is False. Read/write Boolean.
public:
property bool LayoutBlankLine { bool get(); void set(bool value); };
public bool LayoutBlankLine { get; set; }
Public Property LayoutBlankLine As Boolean
Property Value
Remarks
You can set this property for any PivotTable field; however, the blank row appears only if the specified field is a row field other than the innermost (lowest-level) row field. For non-OLAP data sources, the value of this property doesn’t change when the field is rearranged or added to the PivotTable report.
You cannot enter data in the blank row in the PivotTable report.