Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
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
Boolean

Return Value

array<Int32>[]()[][]

See Also