aspose.cells

Class FilterColumn

Represents a filter for a single column. The Filter object is a member of the Filters collection

Property Getters/Setters Summary
functiongetColorFilter()
functiongetCustomFilters()
function
          
functiongetDynamicFilter()
functiongetFieldIndex()
function
           Gets and sets the column offset in the range.
functiongetFilter()
function
setFilter(value)
           Gets and sets the condition of filtering data.
functiongetFilterType()
function
           Gets and sets the type fo filtering data. The value of the property is FilterType integer constant.
functiongetFilterValues()
functiongetIconFilter()
functionisDropdownVisible()
function
           Indicates whether the AutoFilter button for this column is visible.
functiongetMultipleFilters()
function
          
functiongetTop10Filter()
 
Method Summary
functionselectAll()
 

    • Property Getters/Setters Detail

      • isDropdownVisible/setDropdownVisible : boolean 

        function isDropdownVisible() / function setDropdownVisible(value)
        
        Indicates whether the AutoFilter button for this column is visible.
      • getFilter/setFilter : Object 

        function getFilter() / function setFilter(value)
        
        Gets and sets the condition of filtering data.
      • getFilterType/setFilterType : Number 

        function getFilterType() / function setFilterType(value)
        
        Gets and sets the type fo filtering data. The value of the property is FilterType integer constant.
      • getMultipleFilters/setMultipleFilters : MultipleFilterCollection 

        function getMultipleFilters() / function setMultipleFilters(value)
        
      • getCustomFilters/setCustomFilters : CustomFilterCollection 

        function getCustomFilters() / function setCustomFilters(value)
        
      • getColorFilter : ColorFilter 

        function getColorFilter()
        
      • getIconFilter : IconFilter 

        function getIconFilter()
        
      • getTop10Filter : Top10Filter 

        function getTop10Filter()
        
      • getFieldIndex/setFieldIndex : Number 

        function getFieldIndex() / function setFieldIndex(value)
        
        Gets and sets the column offset in the range.
    • Method Detail

      • selectAll

        function selectAll()