Back to Devexpress

PivotViewOptions.MissingCaption Property

officefileapi-devexpress-dot-spreadsheet-dot-pivotviewoptions-5af0d601.md

latest1.8 KB
Original Source

PivotViewOptions.MissingCaption Property

Gets or sets the text to be displayed in cells with no values.

Namespace : DevExpress.Spreadsheet

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

NuGet Package : DevExpress.Spreadsheet.Core

Declaration

csharp
string MissingCaption { get; set; }
vb
Property MissingCaption As String

Property Value

TypeDescription
String

A String value that specifies the custom string to be displayed in empty cells.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to MissingCaption
PivotTable

.View .MissingCaption

|

Remarks

Use the MissingCaption property to fill blank values in a PivotTable report. Note that the MissingCaption property takes effect only when the PivotViewOptions.ShowMissing property is set to true.

See Also

ShowMissing

PivotViewOptions Interface

PivotViewOptions Members

DevExpress.Spreadsheet Namespace