Filters.Blank Property

Definition

Filter by Blank

Represents the following attribute in the schema: blank

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

Property Value

Returns BooleanValue.

Attributes

Applies to