CustomFilters.And Property

Definition

and, this property is only available in Office 2010 and later.

Represents the following attribute in the schema: and

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

Property Value

Attributes

Applies to