Click or drag to resize

AutoFiltersCollection MatchNonBlanks Method (Int32)

Match all not 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 MatchNonBlanks(
	int filterColumnIndex
)

Parameters

filterColumnIndex
Type: System Int32
The column field index on which you want to base the filter (from the left of the list; the leftmost field is field 0).
See Also