name property

name property

Returns the name of the VBA project. Read-only str.

Definition:

@property
def name(self):
    ...

See Also