Uses of Class
org.xlsx4j.sml.CTDataConsolidate
Packages that use CTDataConsolidate
-
Uses of CTDataConsolidate in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTDataConsolidateMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTDataConsolidateModifier and TypeMethodDescriptionCTWorksheet.getDataConsolidate()Gets the value of the dataConsolidate property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTDataConsolidateModifier and TypeMethodDescriptionvoidCTWorksheet.setDataConsolidate(CTDataConsolidate value) Sets the value of the dataConsolidate property. -
Uses of CTDataConsolidate in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTDataConsolidateModifier and TypeFieldDescriptionprotected CTDataConsolidateMacrosheet.dataConsolidateprotected CTDataConsolidateWorksheet.dataConsolidateMethods in org.xlsx4j.sml that return CTDataConsolidateModifier and TypeMethodDescriptionObjectFactory.createCTDataConsolidate()Create an instance ofCTDataConsolidateMacrosheet.getDataConsolidate()Gets the value of the dataConsolidate property.Worksheet.getDataConsolidate()Gets the value of the dataConsolidate property.Methods in org.xlsx4j.sml with parameters of type CTDataConsolidateModifier and TypeMethodDescriptionvoidMacrosheet.setDataConsolidate(CTDataConsolidate value) Sets the value of the dataConsolidate property.voidWorksheet.setDataConsolidate(CTDataConsolidate value) Sets the value of the dataConsolidate property.