is_locked_for_view property

is_locked_for_view property

Indicates whether this VBA project is locked for view. If true,the codes could not be visible.

Definition:

@property
def is_locked_for_view(self):
    ...

See Also