SheetProtection.AutoFilter Property

AutoFilter Locked.Represents the attribte in schema: autoFilter

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

Syntax

'Declaration
<SchemaAttrAttribute(, "autoFilter")> _
Public Property AutoFilter As BooleanValue
    Get
    Set
'Usage
Dim instance As SheetProtection
Dim value As BooleanValue

value = instance.AutoFilter

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

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SheetProtection Class

SheetProtection Members

DocumentFormat.OpenXml.Spreadsheet Namespace