Click or drag to resize

CustomFilterCollection Item Property

Gets the custom filter in the specific 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 this[
	int index
] { get; }

Parameters

index
Type: System Int32
The index.

Return Value

Type: CustomFilter
See Also