[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IFilters

Interface IFilters

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents a collection of Filter objects that represents all the filters in an autofiltered range.

public interface IFilters

Properties

Count

Returns the number of objects in the collection (read-only).

int Count { get; }

Property Value

int

this[int]

Get the filter by index.

IFilter this[int index] { get; }

Parameters

index int

Property Value

IFilter