name property
name property
Gets and sets the name of the VBA project.
Definition:
@property
def name(self):
    ...
@name.setter
def name(self, value):
    ...
See Also
- module 
aspose.cells.vba - class 
VbaProject 
Gets and sets the name of the VBA project.
@property
def name(self):
    ...
@name.setter
def name(self, value):
    ...
aspose.cells.vbaVbaProject