Uses of Class
org.xlsx4j.sml.CTMergeCells
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTMergeCells Modifier and Type Field Description protected CTMergeCellsCTWorksheet. mergeCellsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTMergeCells Modifier and Type Method Description CTMergeCellsCTWorksheet. getMergeCells()Gets the value of the mergeCells property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTMergeCells Modifier and Type Method Description voidCTWorksheet. setMergeCells(CTMergeCells value)Sets the value of the mergeCells property. -
Uses of CTMergeCells in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTMergeCells Modifier and Type Field Description protected CTMergeCellsWorksheet. mergeCellsMethods in org.xlsx4j.sml that return CTMergeCells Modifier and Type Method Description CTMergeCellsObjectFactory. createCTMergeCells()Create an instance ofCTMergeCellsCTMergeCellsWorksheet. getMergeCells()Gets the value of the mergeCells property.Methods in org.xlsx4j.sml with parameters of type CTMergeCells Modifier and Type Method Description voidWorksheet. setMergeCells(CTMergeCells value)Sets the value of the mergeCells property.