Click or drag to resize

XlsAutoFiltersCollection Item Property

Get auto filter item..

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

Parameters

columnIndex
Type: System Int32

Property Value

Type: FilterColumn

Implements

IAutoFilters Item Int32
See Also