Click or drag to resize

MultipleFilterCollection GetByIndex Method

Retrieves an object from the collection at 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 Object GetByIndex(
	int index
)

Parameters

index
Type: System Int32
The zero-based index of the object to retrieve.

Return Value

Type: Object
The object at the specified index.
See Also