plot_visible_cells property

plot_visible_cells property

Indicates whether only plot visible cells.

Remarks

NOTE: This member is now obsolete. Instead, please use PlotVisibleCellsOnly property. This method will be removed 12 months later since December 2022. Aspose apologizes for any inconvenience you may have experienced.

Definition:

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

See Also