add method
add
Adds a ProtectedRange
item to the collection.
Returns
object index.
def add(self, name, start_row, start_column, end_row, end_column):
...
Parameter | Type | Description |
---|---|---|
name | str | Range title. This is used as a descriptor, not as a named range definition. |
start_row | int | Start row index of the range. |
start_column | int | Start column index of the range. |
end_row | int | End row index of the range. |
end_column | int | End column index of the range. |
See Also
- module
aspose.cells
- class
ProtectedRange
- class
ProtectedRangeCollection