Freigeben über


DataValidation.AllowBlank-Eigenschaft

allowBlank.Represents the attribte in schema: allowBlank

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "allowBlank")> _
Public Property AllowBlank As BooleanValue
    Get
    Set
'Usage
Dim instance As DataValidation
Dim value As BooleanValue

value = instance.AllowBlank

instance.AllowBlank = value
[SchemaAttrAttribute(, "allowBlank")]
public BooleanValue AllowBlank { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.BooleanValue

Siehe auch

Referenz

DataValidation Klasse

DataValidation-Member

DocumentFormat.OpenXml.Office2010.Excel-Namespace