Uses of Class
org.xlsx4j.sml.CTProtectedRanges
| Package | Description |
|---|---|
| org.xlsx4j.schemas.microsoft.com.office.excel_2006.main | |
| org.xlsx4j.sml |
-
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 CTProtectedRanges Modifier and Type Field Description protected CTProtectedRangesCTWorksheet. protectedRangesMethods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main that return CTProtectedRanges Modifier and Type Method Description CTProtectedRangesCTWorksheet. getProtectedRanges()Gets the value of the protectedRanges property.Methods in org.xlsx4j.schemas.microsoft.com.office.excel_2006.main with parameters of type CTProtectedRanges Modifier and Type Method Description voidCTWorksheet. setProtectedRanges(CTProtectedRanges value)Sets the value of the protectedRanges property. -
Uses of CTProtectedRanges in org.xlsx4j.sml
Fields in org.xlsx4j.sml declared as CTProtectedRanges Modifier and Type Field Description protected CTProtectedRangesWorksheet. protectedRangesMethods in org.xlsx4j.sml that return CTProtectedRanges Modifier and Type Method Description CTProtectedRangesObjectFactory. createCTProtectedRanges()Create an instance ofCTProtectedRangesCTProtectedRangesWorksheet. getProtectedRanges()Gets the value of the protectedRanges property.Methods in org.xlsx4j.sml with parameters of type CTProtectedRanges Modifier and Type Method Description voidWorksheet. setProtectedRanges(CTProtectedRanges value)Sets the value of the protectedRanges property.