get_cell_or_null method
get_cell_or_null
Gets Cell
object or null in this range.
Returns
Cell
object.
def get_cell_or_null(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
Cell
- class
Range