is_inserting_rows_allowed property
is_inserting_rows_allowed property
Represents if the insertion of rows is allowed on a protected worksheet
Remarks
NOTE: This member is now obsolete. Instead, please use Protection.AllowInsertingRow property. This property will be removed 12 months later since June 2010. Aspose apologizes for any inconvenience you may have experienced.
Definition:
@property
def is_inserting_rows_allowed(self):
...
@is_inserting_rows_allowed.setter
def is_inserting_rows_allowed(self, value):
...
See Also
- module
aspose.cells
- class
Protection