create_cell_area method
create_cell_area
Creates a cell area.
Returns
Return a CellArea
.
def create_cell_area(self, start_cell_name, end_cell_name):
...
Parameter | Type | Description |
---|---|---|
start_cell_name | str | The top-left cell of the range. |
end_cell_name | str | The bottom-right cell of the range. |
create_cell_area
Creates a cell area.
Returns
Return a CellArea
.
def create_cell_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
CellArea