treat_quote_prefix_as_value property

treat_quote_prefix_as_value property

Indicates whether the leading single quote sign should be taken as part of the value of one cell. Default is true. If it is false, the leading single quote will be removed from corresponding cell’s value and Style.quote_prefix will be set as true for the cell.

Definition:

@property
def treat_quote_prefix_as_value(self):
    ...
@treat_quote_prefix_as_value.setter
def treat_quote_prefix_as_value(self, value):
    ...

See Also