get_offset method

get_offset(self, row_offset, column_offset)

Gets Range range by offset.

Returns


def get_offset(self, row_offset, column_offset):
    ...
ParameterTypeDescription
row_offsetintRow offset in this range, zero based.
column_offsetintColumn offset in this range, zero based.

See Also