get_input_range method

get_input_range

Gets the range used to fill the control.

Returns

The range used to fill the control.

def get_input_range(self, is_r1c1, is_local):
    ...
ParameterTypeDescription
is_r1c1boolWhether the formula needs to be formatted as R1C1.
is_localboolWhether the formula needs to be formatted by locale.

Example


range = shape.get_input_range(False, True)

See Also