AutoFilterSortConditionModel

AutoFilterSortConditionModel

Overview

AutoFilterSortConditionModel is a class in Aspose.Cells FOSS for Java.

Represents the AutoFilterSortConditionModel component.

This class provides 14 methods for working with AutoFilterSortConditionModel objects in Java programs. Available methods include: getCustomList, getDifferentialStyleId, getIconId, getIconSet, getRef, getSortBy, isDescending, setCustomList, setDescending, setDifferentialStyleId, setIconId, setIconSet, and 2 additional methods. All exported members are accessible to any Java application after installing the Aspose.Cells FOSS for Java package. Properties: customList, descending, differentialStyleId, iconId, iconSet, ref, and 1 more.

Description

AutoFilterSortConditionModel is a class in the Aspose.Cells FOSS library for Java that exposes 14 methods and 7 properties for programmatic use.

Core capabilities include: string; boolean; string. These operations enable developers to integrate autofiltersortconditionmodel functionality directly into Java applications.

The class also provides the ref property (returns the ref), the descending property (indicates whether descending), the sortBy property (returns the sort by).

Properties

NameTypeAccessDescription
refStringReadReturns the ref.
descendingbooleanReadIndicates whether descending.
sortByStringReadReturns the sort by.
customListStringReadReturns the custom list.
differentialStyleIdIntegerReadReturns the differential style id.
iconSetStringReadReturns the icon set.
iconIdIntegerReadReturns the icon id.

Methods

SignatureDescription
getRef()StringReturns the ref.
setRef(value: String)Sets the ref.
isDescending()booleanIndicates whether descending.
setDescending(value: boolean)Sets the descending.
getSortBy()StringReturns the sort by.
setSortBy(value: String)Sets the sort by.
getCustomList()StringReturns the custom list.
setCustomList(value: String)Sets the custom list.
getDifferentialStyleId()IntegerReturns the differential style id.
setDifferentialStyleId(value: Integer)Sets the differential style id.
getIconSet()StringReturns the icon set.
setIconSet(value: String)Sets the icon set.
getIconId()IntegerReturns the icon id.
setIconId(value: Integer)Sets the icon id.

See Also

 English