Compartir a través de


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.

See Also

Reference

DataValidation Class

DataValidation Members

DocumentFormat.OpenXml.Spreadsheet Namespace