 | StateBasedObjectAutoFilter Property |
Represents an autofilter..
Represents the following element tag in the schema: xr:autoFilter.
Namespace: DocumentFormat.OpenXml.Office2016.ExcelAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic AutoFilter AutoFilter { get; set; }Public Property AutoFilter As AutoFilter
Get
Set
public:
property AutoFilter^ AutoFilter {
AutoFilter^ get ();
void set (AutoFilter^ value);
}member AutoFilter : AutoFilter with get, set
Property Value
AutoFilter
See Also