Uses of Class
org.xlsx4j.sml.CTMergeCells
Packages that use CTMergeCells
-
Uses of CTMergeCells in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTMergeCellsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTMergeCellsModifier and TypeMethodDescriptionCTWorksheet.getMergeCells()Gets the value of the mergeCells property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTMergeCellsModifier and TypeMethodDescriptionvoidCTWorksheet.setMergeCells(CTMergeCells value) Sets the value of the mergeCells property. -
Uses of CTMergeCells in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTMergeCellsMethods in org.xlsx4j.sml that return CTMergeCellsModifier and TypeMethodDescriptionObjectFactory.createCTMergeCells()Create an instance ofCTMergeCellsWorksheet.getMergeCells()Gets the value of the mergeCells property.Methods in org.xlsx4j.sml with parameters of type CTMergeCellsModifier and TypeMethodDescriptionvoidWorksheet.setMergeCells(CTMergeCells value) Sets the value of the mergeCells property.