Uses of Class
org.xlsx4j.sml.CTDataValidations
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTDataValidations Modifier and Type Field Description protected CTDataValidationsCTWorksheet. dataValidationsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTDataValidations Modifier and Type Method Description CTDataValidationsCTWorksheet. getDataValidations()Gets the value of the dataValidations property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTDataValidations Modifier and Type Method Description voidCTWorksheet. setDataValidations(CTDataValidations value)Sets the value of the dataValidations property. -
Uses of CTDataValidations in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTDataValidations Modifier and Type Field Description protected CTDataValidationsWorksheet. dataValidationsMethods in org.xlsx4j.sml that return CTDataValidations Modifier and Type Method Description CTDataValidationsObjectFactory. createCTDataValidations()Create an instance ofCTDataValidationsCTDataValidationsWorksheet. getDataValidations()Gets the value of the dataValidations property.Methods in org.xlsx4j.sml with parameters of type CTDataValidations Modifier and Type Method Description voidWorksheet. setDataValidations(CTDataValidations value)Sets the value of the dataValidations property.