Table of Contents

Interface IAutoFilters

Namespace
Spire.Xls.Core
Assembly
Spire.XLS.dll
public interface IAutoFilters : IExcelApplication
Inherited Members

Properties

Count

int Count { get; }

Property Value

int

this[int]

FilterColumn this[int columnIndex] { get; }

Parameters

columnIndex int

Property Value

FilterColumn

Range

IXLSRange Range { get; set; }

Property Value

IXLSRange