[]
        
(Showing Draft Content)

IFilters

Interface IFilters


public interface IFilters
Represents a collection of Filter objects that represents all the filters in an autofiltered range.
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    Get the filter by index
    int
    Returns the number of objects in the collection.
  • Method Details

    • getCount

      int getCount()
      Returns the number of objects in the collection.
    • get

      IFilter get(int index)
      Get the filter by index