com.aspose.cells
Class FilterColumn

java.lang.Object
    extended by com.aspose.cells.FilterColumn

public class FilterColumn 
extends java.lang.Object

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


Property Getters/Setters Summary
intgetFieldIndex()
voidsetFieldIndex(int)
           Gets and sets the column offset in the range.
java.lang.ObjectgetFilter()
voidsetFilter(java.lang.Object)
           Gets and sets the condition of filtering data.
intgetFilterType()
voidsetFilterType(int)
           Gets and sets the type fo filtering data. The value of the property is FilterType integer constant.
booleanisDropdownVisible()
voidsetDropdownVisible(boolean)
           Indicates whether the AutoFilter button for this column is visible.
booleangetVisibledropdown()
voidsetVisibledropdown(boolean)
           Indicates whether the AutoFilter button for this column is visible.
 

Property Getters/Setters Detail

isDropdownVisible/setDropdownVisible

public boolean isDropdownVisible() / public void setDropdownVisible(boolean value)
Indicates whether the AutoFilter button for this column is visible.

setDropdownVisible

public void setDropdownVisible(boolean value)
Indicates whether the AutoFilter button for this column is visible.

getVisibledropdown/setVisibledropdown

public boolean getVisibledropdown() / public void setVisibledropdown(boolean value)
Indicates whether the AutoFilter button for this column is visible. NOTE: This member is now obsolete. Instead, please use FilterColumn.IsDropdownVisible to check whether the AutoFilter button for this column is visible. This property will be removed 12 months later since September 2020. Aspose apologizes for any inconvenience you may have experienced.

setVisibledropdown

public void setVisibledropdown(boolean value)
Indicates whether the AutoFilter button for this column is visible. NOTE: This member is now obsolete. Instead, please use FilterColumn.IsDropdownVisible to check whether the AutoFilter button for this column is visible. This property will be removed 12 months later since September 2020. Aspose apologizes for any inconvenience you may have experienced.

getFilter/setFilter

public java.lang.Object getFilter() / public void setFilter(java.lang.Object value)
Gets and sets the condition of filtering data.

setFilter

public void setFilter(java.lang.Object value)
Gets and sets the condition of filtering data.

getFilterType/setFilterType

public int getFilterType() / public void setFilterType(int value)
Gets and sets the type fo filtering data. The value of the property is FilterType integer constant.

setFilterType

public void setFilterType(int value)
Gets and sets the type fo filtering data. The value of the property is FilterType integer constant.

getFieldIndex/setFieldIndex

public int getFieldIndex() / public void setFieldIndex(int value)
Gets and sets the column offset in the range.

setFieldIndex

public void setFieldIndex(int value)
Gets and sets the column offset in the range.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.