AutoFiltersCollection
MatchBlanks Method (Int32)
|
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(
int columnIndex
)
Public Sub MatchBlanks (
columnIndex As Integer
)
public:
void MatchBlanks(
int columnIndex
)
member MatchBlanks :
columnIndex : int -> unit
Parameters
-
columnIndex
-
Type:
System
Int32
The column field on which you want to base the filter . for exapmle: sheet.AutoFilters[0]
See Also