set_refers_to method

set_refers_to

Set the reference of this Name.

def set_refers_to(self, refers_to, is_r1c1, is_local):
    ...
ParameterTypeDescription
refers_tostrThe reference.
is_r1c1boolWhether the reference is R1C1 format.
is_localboolWhether the reference is locale formatted.

See Also