Uses of Class
org.xlsx4j.sml.CTProtectedRanges
Packages that use CTProtectedRanges
-
Uses of CTProtectedRanges in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main
Fields in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main declared as CTProtectedRangesMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTProtectedRangesModifier and TypeMethodDescriptionCTWorksheet.getProtectedRanges()Gets the value of the protectedRanges property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTProtectedRangesModifier and TypeMethodDescriptionvoidCTWorksheet.setProtectedRanges(CTProtectedRanges value) Sets the value of the protectedRanges property. -
Uses of CTProtectedRanges in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTProtectedRangesMethods in org.xlsx4j.sml that return CTProtectedRangesModifier and TypeMethodDescriptionObjectFactory.createCTProtectedRanges()Create an instance ofCTProtectedRangesWorksheet.getProtectedRanges()Gets the value of the protectedRanges property.Methods in org.xlsx4j.sml with parameters of type CTProtectedRangesModifier and TypeMethodDescriptionvoidWorksheet.setProtectedRanges(CTProtectedRanges value) Sets the value of the protectedRanges property.