shared property

shared property

Gets or sets a value that indicates whether the Workbook is shared.

Remarks

The default value is false.

Definition:

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

See Also