get method

get(self, row_offset, column_offset)

Add API for Python Via .Net.since this[int, int] is unsupported

Returns

Cell object.


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

See Also