PivotTableDefinition.ShowError Property
Show Error.Represents the attribte in schema: showError
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "showError")> _
Public Property ShowError As BooleanValue
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As BooleanValue
value = instance.ShowError
instance.ShowError = value
[SchemaAttrAttribute(, "showError")]
public BooleanValue ShowError { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue