Share via


DataValidation.Error Property

Definition

error, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: error

[DocumentFormat.OpenXml.SchemaAttr(0, "error")]
public DocumentFormat.OpenXml.StringValue Error { get; set; }
public DocumentFormat.OpenXml.StringValue Error { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "error")]
public DocumentFormat.OpenXml.StringValue? Error { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("error")]
public DocumentFormat.OpenXml.StringValue? Error { get; set; }
public DocumentFormat.OpenXml.StringValue? Error { get; set; }
member this.Error : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "error")>]
member this.Error : DocumentFormat.OpenXml.StringValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("error")>]
member this.Error : DocumentFormat.OpenXml.StringValue with get, set
Public Property Error As StringValue

Property Value

Attributes

Applies to