SpreadsheetGear 2017
AutoFilter Property (IWorksheet)






SpreadsheetGear Namespace > IWorksheet Interface : AutoFilter Property
Returns an instance of IAutoFilter which represents the autofilter options associated with this worksheet, or null if this worksheet is not in autofilter mode.
Syntax
'Declaration
 
ReadOnly Property AutoFilter As IAutoFilter
'Usage
 
Dim instance As IWorksheet
Dim value As IAutoFilter
 
value = instance.AutoFilter
IAutoFilter AutoFilter {get;}
read-only property AutoFilter: IAutoFilter; 
function get AutoFilter : IAutoFilter
__property IAutoFilter* get_AutoFilter();
property IAutoFilter^ AutoFilter {
   IAutoFilter^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorksheet Interface
IWorksheet Members
AutoFilterMode Property
AutoFilter Method
IAutoFilter Interface