quote_prefix_to_style property

quote_prefix_to_style property

Indicates whether setting Style.quote_prefix property when entering the string value(which starts with single quote mark ) to the cell

Definition:

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

See Also