Uses of Class
org.xlsx4j.sml.CTDataValidations
Packages that use CTDataValidations
-
Uses of CTDataValidations in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTDataValidationsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTDataValidationsModifier and TypeMethodDescriptionCTWorksheet.getDataValidations()Gets the value of the dataValidations property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTDataValidationsModifier and TypeMethodDescriptionvoidCTWorksheet.setDataValidations(CTDataValidations value) Sets the value of the dataValidations property. -
Uses of CTDataValidations in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTDataValidationsMethods in org.xlsx4j.sml that return CTDataValidationsModifier and TypeMethodDescriptionObjectFactory.createCTDataValidations()Create an instance ofCTDataValidationsWorksheet.getDataValidations()Gets the value of the dataValidations property.Methods in org.xlsx4j.sml with parameters of type CTDataValidationsModifier and TypeMethodDescriptionvoidWorksheet.setDataValidations(CTDataValidations value) Sets the value of the dataValidations property.