Uses of Class
org.xlsx4j.sml.CTIgnoredErrors
Packages that use CTIgnoredErrors
-
Uses of CTIgnoredErrors in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTIgnoredErrorsMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTIgnoredErrorsModifier and TypeMethodDescriptionCTWorksheet.getIgnoredErrors()Gets the value of the ignoredErrors property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTIgnoredErrorsModifier and TypeMethodDescriptionvoidCTWorksheet.setIgnoredErrors(CTIgnoredErrors value) Sets the value of the ignoredErrors property. -
Uses of CTIgnoredErrors in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTIgnoredErrorsMethods in org.xlsx4j.sml that return CTIgnoredErrorsModifier and TypeMethodDescriptionObjectFactory.createCTIgnoredErrors()Create an instance ofCTIgnoredErrorsWorksheet.getIgnoredErrors()Gets the value of the ignoredErrors property.Methods in org.xlsx4j.sml with parameters of type CTIgnoredErrorsModifier and TypeMethodDescriptionvoidWorksheet.setIgnoredErrors(CTIgnoredErrors value) Sets the value of the ignoredErrors property.