Uses of Class
loci.poi.hssf.record.ScenarioProtectRecord
-
Packages that use ScenarioProtectRecord Package Description loci.poi.hssf.model Provides low level API structures for reading, writing, modifying XLS files. -
-
Uses of ScenarioProtectRecord in loci.poi.hssf.model
Fields in loci.poi.hssf.model declared as ScenarioProtectRecord Modifier and Type Field Description protected ScenarioProtectRecord
Sheet. scenprotect
Methods in loci.poi.hssf.model that return ScenarioProtectRecord Modifier and Type Method Description protected ScenarioProtectRecord
Sheet. createScenarioProtect()
creates a ScenarioProtect record with protect set to false.
-