get_refers_to method

get_refers_to

Get the reference of this Name.

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

get_refers_to

Get the reference of this Name based on specified cell.

def get_refers_to(self, is_r1c1, is_local, row, column):
    ...
ParameterTypeDescription
is_r1c1boolWhether the reference needs to be formatted as R1C1.
is_localboolWhether the reference needs to be formatted by locale.
rowintThe row index of the cell.
columnintThe column index of the cell.

See Also