Uses of Class
org.xlsx4j.sml.CTDataConsolidate
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTDataConsolidate Modifier and Type Field Description protected CTDataConsolidateCTWorksheet. dataConsolidateMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTDataConsolidate Modifier and Type Method Description CTDataConsolidateCTWorksheet. getDataConsolidate()Gets the value of the dataConsolidate property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTDataConsolidate Modifier and Type Method Description voidCTWorksheet. setDataConsolidate(CTDataConsolidate value)Sets the value of the dataConsolidate property. -
Uses of CTDataConsolidate in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTDataConsolidate Modifier and Type Field Description protected CTDataConsolidateMacrosheet. dataConsolidateprotected CTDataConsolidateWorksheet. dataConsolidateMethods in org.xlsx4j.sml that return CTDataConsolidate Modifier and Type Method Description CTDataConsolidateObjectFactory. createCTDataConsolidate()Create an instance ofCTDataConsolidateCTDataConsolidateMacrosheet. getDataConsolidate()Gets the value of the dataConsolidate property.CTDataConsolidateWorksheet. getDataConsolidate()Gets the value of the dataConsolidate property.Methods in org.xlsx4j.sml with parameters of type CTDataConsolidate Modifier and Type Method Description voidMacrosheet. setDataConsolidate(CTDataConsolidate value)Sets the value of the dataConsolidate property.voidWorksheet. setDataConsolidate(CTDataConsolidate value)Sets the value of the dataConsolidate property.