接口 IFilters


public interface IFilters
Represents a collection of Filter objects that represents all the filters in an autofiltered range.
  • 方法概要

    修饰符和类型
    方法
    说明
    get(int index)
    Get the filter by index
    int
    Returns the number of objects in the collection.
  • 方法详细资料

    • getCount

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

      IFilter get(int index)
      Get the filter by index