skip_blanks property

skip_blanks property

Indicates whether skips blank cells.

Definition:

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

See Also