AutoFilterSortCondition

AutoFilterSortCondition

Overview

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

Represents the AutoFilterSortCondition component.

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(ref: String)Sets the ref.
isDescending()booleanIndicates whether descending.
setDescending(descending: boolean)Sets the descending.
getSortBy()StringReturns the sort by.
setSortBy(sortBy: String)Sets the sort by.
getCustomList()StringReturns the custom list.
setCustomList(customList: 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(iconSet: String)Sets the icon set.
getIconId()IntegerReturns the icon id.
setIconId(value: Integer)Sets the icon id.