sign_only_vba_project property

sign_only_vba_project property

Gets or sets setting of only VBA project signing. If set to true, the SpreadSheet document will not be signed, but the VBA project will be signed.

Definition:

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

See Also