CustomFilters.And Property

And.Represents the attribte in schema: and

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "and")> _
Public Property And As BooleanValue
    Get
    Set
'Usage
Dim instance As CustomFilters
Dim value As BooleanValue

value = instance.And

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

CustomFilters Class

CustomFilters Members

DocumentFormat.OpenXml.Spreadsheet Namespace