get_linked_cell method

get_linked_cell

Gets the range linked to the control’s value.

Returns

The range linked to the control’s value.

def get_linked_cell(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


# You may get results like '$A$1'
link = shape.get_linked_cell(False, False)

See Also