Back to Devexpress

PivotFieldLayout.InsertBlankRowAfterEachItem Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotfieldlayout-a90fd54e.md

latest1.7 KB
Original Source

PivotFieldLayout.InsertBlankRowAfterEachItem Property

Gets or sets a value indicating whether a blank row should be inserted after each item in the current row field.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
bool InsertBlankRowAfterEachItem { get; set; }
vb
Property InsertBlankRowAfterEachItem As Boolean

Property Value

TypeDescription
Boolean

true , to insert a blank line after each item label of the current row field; otherwise, false.

|

Remarks

The InsertBlankRowAfterEachItem property is relevant only when the specified field is a row field other than the innermost one.

If your PivotTable report contains more than one outer row field, you can use the PivotLayout.InsertBlankRows method to display a blank row after items of all outer fields at once.

See Also

InsertBlankRows()

PivotFieldLayout Interface

PivotFieldLayout Members

DevExpress.Spreadsheet Namespace