DataValidation.ErrorTitle Property

Error Alert Text.Represents the attribte in schema: errorTitle

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

Syntax

'Declaration
<SchemaAttrAttribute(, "errorTitle")> _
Public Property ErrorTitle As StringValue
    Get
    Set
'Usage
Dim instance As DataValidation
Dim value As StringValue

value = instance.ErrorTitle

instance.ErrorTitle = value
[SchemaAttrAttribute(, "errorTitle")]
public StringValue ErrorTitle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

DataValidation Class

DataValidation Members

DocumentFormat.OpenXml.Spreadsheet Namespace