get method
get
Gets VbaModule
in the list by the index.
Returns
def get(self, index):
...
Parameter | Type | Description |
---|---|---|
index | int | The index. |
get
Gets VbaModule
in the list by the name.
Returns
def get(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str | The name of module. |
See Also
- module
aspose.cells.vba
- class
VbaModule
- class
VbaModuleCollection