Click or drag to resize

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
)

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