Protection.IsFilteringAllowed

Protection.IsFilteringAllowed property

Represents if the user is allowed to make use of an AutoFilter that was created before the sheet was protected.

[Obsolete("Use Protection.AllowFiltering property instead.")]
[EditorBrowsable(EditorBrowsableState.Never)]
public bool IsFilteringAllowed { get; set; }

Remarks

NOTE: This member is now obsolete. Instead, please use Protection.AllowFiltering property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.

See Also