is_frozen property
is_frozen property
Indicates whether the user can interact with the Office Add-in or not.
Definition:
@property
def is_frozen(self):
    ...
@is_frozen.setter
def is_frozen(self, value):
    ...
See Also
- module aspose.cells.webextensions
- class WebExtension