SheetProtection.AutoFilter Property

Definition

AutoFilter Locked

Represents the following attribute in the schema: autoFilter

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

Property Value

Returns BooleanValue.

Attributes

Applies to