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):
    ...
ParameterTypeDescription
row_offsetintRow offset in this range, zero based.
column_offsetintColumn offset in this range, zero based.

See Also