Uses of Class
org.xlsx4j.sml.CTSortState
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
Uses of CTSortState in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTSortState Modifier and Type Field Description protected CTSortStateCTWorksheet. sortStateMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSortState Modifier and Type Method Description CTSortStateCTWorksheet. getSortState()Gets the value of the sortState property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSortState Modifier and Type Method Description voidCTWorksheet. setSortState(CTSortState value)Sets the value of the sortState property. -
Uses of CTSortState in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSortState Modifier and Type Field Description protected CTSortStateCTAutoFilter. sortStateprotected CTSortStateCTQueryTableRefresh. sortStateprotected CTSortStateCTTable. sortStateprotected CTSortStateMacrosheet. sortStateprotected CTSortStateWorksheet. sortStateMethods in org.xlsx4j.sml that return CTSortState Modifier and Type Method Description CTSortStateObjectFactory. createCTSortState()Create an instance ofCTSortStateCTSortStateCTAutoFilter. getSortState()Gets the value of the sortState property.CTSortStateCTQueryTableRefresh. getSortState()Gets the value of the sortState property.CTSortStateCTTable. getSortState()Gets the value of the sortState property.CTSortStateMacrosheet. getSortState()Gets the value of the sortState property.CTSortStateWorksheet. getSortState()Gets the value of the sortState property.Methods in org.xlsx4j.sml with parameters of type CTSortState Modifier and Type Method Description voidCTAutoFilter. setSortState(CTSortState value)Sets the value of the sortState property.voidCTQueryTableRefresh. setSortState(CTSortState value)Sets the value of the sortState property.voidCTTable. setSortState(CTSortState value)Sets the value of the sortState property.voidMacrosheet. setSortState(CTSortState value)Sets the value of the sortState property.voidWorksheet. setSortState(CTSortState value)Sets the value of the sortState property.