AutoFiltersCollection
MatchBlanks Method (IAutoFilter)
 | 
Match all blank cell in the list.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public void MatchBlanks(
	IAutoFilter column
)
 
Public Sub MatchBlanks ( 
	column As IAutoFilter
)
 
public:
void MatchBlanks(
	IAutoFilter^ column
)
 
member MatchBlanks : 
column : IAutoFilter -> unit 
 
 
 
Parameters
- 
column
 
- 
Type:
Spire.Xls.Core
IAutoFilter
The column field on which you want to base the filter . for exapmle: sheet.AutoFilters[0]
 
 
See Also