need_quote_in_formula method

need_quote_in_formula

Indicates whether the name of the sheet should be enclosed in single quotes

Returns

def need_quote_in_formula(self, sheet_name):
    ...
ParameterTypeDescription
sheet_namestrThe name of the sheet

See Also