add_area method
add_area
Adds a referred area to this
def add_area(self, start_row, start_column, end_row, end_column):
...
Parameter | Type | Description |
---|---|---|
start_row | int | The start row. |
start_column | int | The start column. |
end_row | int | The end row. |
end_column | int | The end column. |
See Also
- module
aspose.cells
- class
ProtectedRange