get_offset method
get_offset
Gets Range
range by offset.
Returns
def get_offset(self, row_offset, column_offset):
...
Parameter | Type | Description |
---|---|---|
row_offset | int | Row offset in this range, zero based. |
column_offset | int | Column offset in this range, zero based. |
See Also
- module
aspose.cells
- class
Range