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
)
Public Function Filter (
hideRows As Boolean
) As Integer()
public:
array<int>^ Filter(
bool hideRows
)
member Filter :
hideRows : bool -> int[]
Parameters
-
hideRows
-
Type:
System
Boolean
If true, hide the filtered rows.
Return Value
Type:
Int32
Returns all hidden rows indexes.
See Also