get_formula1 method

get_formula1

Gets the value or expression associated with this validation.

Returns

The value or expression associated with this validation.

def get_formula1(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.

get_formula1

Gets the value or expression associated with this validation for specific cell.

Returns

The value or expression associated with this validation.

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

See Also