allow_inserting_column property

allow_inserting_column property

Represents if the insertion of columns is allowed on a protected worksheet

Definition:

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

See Also