only_visible_cells property

only_visible_cells property

True means only copying visible cells.

Definition:

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

See Also