Click or drag to resize

AutoFiltersCollection Filter Method (Boolean)

Gets all hidden rows's indexes.

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public int[] Filter(
	bool hideRows
)

Parameters

hideRows
Type: System Boolean
If true, hide the filtered rows.

Return Value

Type: Int32
Returns all hidden rows indexes.
See Also