AutoFilterSortCondition

AutoFilterSortCondition

개요

AutoFilterSortCondition은 Aspose.Cells FOSS for Java의 클래스입니다.

AutoFilterSortCondition 구성 요소를 나타냅니다.

속성

이름유형액세스설명
refString읽기참조를 반환합니다.
descendingboolean읽기내림차순 여부를 나타냅니다.
sortByString읽기정렬 기준을 반환합니다.
customListString읽기사용자 정의 목록을 반환합니다.
differentialStyleIdInteger읽기차등 스타일 ID를 반환합니다.
iconSetString읽기아이콘 세트를 반환합니다.
iconIdInteger읽기아이콘 ID를 반환합니다.

메서드

시그니처설명
getRef()String참조를 반환합니다.
setRef(ref: String)참조를 설정합니다.
isDescending()boolean내림차순 여부를 나타냅니다.
setDescending(descending: boolean)내림차순을 설정합니다.
getSortBy()String정렬 기준을 반환합니다.
setSortBy(sortBy: String)정렬 기준을 설정합니다.
getCustomList()String사용자 정의 목록을 반환합니다.
setCustomList(customList: String)사용자 정의 목록을 설정합니다.
getDifferentialStyleId()Integer차등 스타일 ID를 반환합니다.
setDifferentialStyleId(value: Integer)차등 스타일 ID를 설정합니다.
getIconSet()String아이콘 세트를 반환합니다.
setIconSet(iconSet: String)아이콘 세트를 설정합니다.
getIconId()Integer아이콘 ID를 반환합니다.
setIconId(value: Integer)아이콘 ID를 설정합니다.
 한국어