Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
ProtectedRange |
ProtectedRangeCollection.addNew(String title,
String refersToCells)
Adds the new
ProtectedRange to the current ExcelWorksheet . |
ProtectedRange |
ProtectedRangeCollection.addNew(String title,
String refersToCells,
String password)
Adds the new
ProtectedRange to the current ExcelWorksheet . |
ProtectedRange |
ProtectedRange.clone() |
ProtectedRange |
ProtectedRangeCollection.get(int index)
Gets the
ProtectedRange at the specified index. |
ProtectedRange |
ProtectedRangeCollection.get(String title)
Gets the
ProtectedRange with the specified title or null . |
Modifier and Type | Method and Description |
---|---|
Iterator<ProtectedRange> |
ProtectedRangeCollection.iterator()
Returns an iterator that iterates through the
ProtectedRangeCollection . |
© GemBox d.o.o. — All rights reserved.