DataValidation.AllowBlank Property

Definition

allowBlank

Represents the following attribute in the schema: allowBlank

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

Property Value

Returns BooleanValue.

Attributes

Applies to