CustomFilterCollection
GetByIndex Method
|
Retrieves a CustomFilter object from the collection based on the specified index.
Namespace:
Spire.Xls.Core.Spreadsheet.AutoFilter
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public CustomFilter GetByIndex(
int index
)
Public Function GetByIndex (
index As Integer
) As CustomFilter
public:
CustomFilter^ GetByIndex(
int index
)
member GetByIndex :
index : int -> CustomFilter
Parameters
-
index
-
Type:
System
Int32
The zero-based index of the CustomFilter to retrieve.
Return Value
Type:
CustomFilter
A CustomFilter object at the specified index.
See Also