DataValidation.ShowErrorMessage Property

Show Error Message.Represents the attribte in schema: showErrorMessage

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "showErrorMessage")> _
Public Property ShowErrorMessage As BooleanValue
    Get
    Set
'Usage
Dim instance As DataValidation
Dim value As BooleanValue

value = instance.ShowErrorMessage

instance.ShowErrorMessage = value
[SchemaAttrAttribute(, "showErrorMessage")]
public BooleanValue ShowErrorMessage { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

DataValidation Class

DataValidation Members

DocumentFormat.OpenXml.Spreadsheet Namespace