DataValidation.AllowBlank Property
Allow Blank.Represents the attribte in schema: allowBlank
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "allowBlank")> _
Public Property AllowBlank As BooleanValue
Get
Set
'Uso
Dim instance As DataValidation
Dim value As BooleanValue
value = instance.AllowBlank
instance.AllowBlank = value
[SchemaAttrAttribute(, "allowBlank")]
public BooleanValue AllowBlank { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.