DataValidation.ErrorStyle Property

Definition

errorStyle

Represents the following attribute in the schema: errorStyle

[DocumentFormat.OpenXml.SchemaAttr(0, "errorStyle")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues> ErrorStyle { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues> ErrorStyle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "errorStyle")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues>? ErrorStyle { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("errorStyle")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues>? ErrorStyle { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues>? ErrorStyle { get; set; }
member this.ErrorStyle : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "errorStyle")>]
member this.ErrorStyle : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("errorStyle")>]
member this.ErrorStyle : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.DataValidationErrorStyleValues> with get, set
Public Property ErrorStyle As EnumValue(Of DataValidationErrorStyleValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to