CustomFilters.And Property  
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
And
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, setPublic Property And As BooleanValueProperty Value
Returns BooleanValue.
- Attributes