Click or drag to resize

AutoFiltersCollection Item Property

Get auto filter item..

Namespace: Spire.Xls.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IAutoFilter this[
	int columnIndex
] { get; }

Parameters

columnIndex
Type: System Int32

Property Value

Type: IAutoFilter
See Also