Click or drag to resize

XlsAutoFiltersCollection Properties

The XlsAutoFiltersCollection type exposes the following members.

Properties
Name Description
Public property AddressR1C1
Gets addres of filtered range in R1C1 style. Read only.
Public property Capacity
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
(Inherited from CollectionBase T .)
Public property Count
Gets the total number of items in the collection.
Public property HasFiltered
Indicates whether sheet has filtered range.
Protected property InnerList
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property IsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from CollectionBase T .)
Public property Item
Get auto filter item..
Protected property List
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property Parent
Read-oonly. The parent object for the specified object.
(Inherited from CollectionExtended T .)
Public property Range
Range to be filtered.
Public property Sorter
Gets the DataSorter instance associated with the current object. If the instance does not exist, it initializes a new instance of DataSorter.
Public property Worksheet
Returns parent worksheet. Read-only.
Top
See Also