public class ProtectedRangeCollection extends CollectionBase
ProtectedRange objects.| Modifier and Type | Method and Description |
|---|---|
int |
add(java.lang.String name,
int startRow,
int startColumn,
int endRow,
int endColumn)
Adds a
ProtectedRange item to the collection. |
ProtectedRange |
get(int index)
Gets the
ProtectedRange element at the specified index. |
public ProtectedRange get(int index)
ProtectedRange element at the specified index.get in class CollectionBaseindex - The zero based index of the element.public int add(java.lang.String name,
int startRow,
int startColumn,
int endRow,
int endColumn)
ProtectedRange item to the collection.name - Range title. This is used as a descriptor, not as a named range definition.startRow - Start row index of the range.startColumn - Start column index of the range.endRow - End row index of the range.endColumn - End column index of the range.See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.