Share via


CustomFilters.And Property

and.Represents the attribte in schema: and

Namespace:  DocumentFormat.OpenXml.Office2010.Excel
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

See Also

Reference

CustomFilters Class

CustomFilters Members

DocumentFormat.OpenXml.Office2010.Excel Namespace