get method

get

Gets VbaModule in the list by the index.

Returns

def get(self, index):
    ...
ParameterTypeDescription
indexintThe index.

get

Gets VbaModule in the list by the name.

Returns

def get(self, name):
    ...
ParameterTypeDescription
namestrThe name of module.

See Also