Uses of Class
org.xlsx4j.sml.CTSortState
Packages that use CTSortState
-
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 CTSortStateMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTSortStateModifier and TypeMethodDescriptionCTWorksheet.getSortState()Gets the value of the sortState property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTSortStateModifier and TypeMethodDescriptionvoidCTWorksheet.setSortState(CTSortState value) Sets the value of the sortState property. -
Uses of CTSortState in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTSortStateModifier and TypeFieldDescriptionprotected CTSortStateCTAutoFilter.sortStateprotected CTSortStateCTQueryTableRefresh.sortStateprotected CTSortStateCTTable.sortStateprotected CTSortStateMacrosheet.sortStateprotected CTSortStateWorksheet.sortStateMethods in org.xlsx4j.sml that return CTSortStateModifier and TypeMethodDescriptionObjectFactory.createCTSortState()Create an instance ofCTSortStateCTAutoFilter.getSortState()Gets the value of the sortState property.CTQueryTableRefresh.getSortState()Gets the value of the sortState property.CTTable.getSortState()Gets the value of the sortState property.Macrosheet.getSortState()Gets the value of the sortState property.Worksheet.getSortState()Gets the value of the sortState property.Methods in org.xlsx4j.sml with parameters of type CTSortStateModifier and TypeMethodDescriptionvoidCTAutoFilter.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.