VbaModuleCollection.Item

VbaModuleCollection indexer (1 of 2)

Gets the module at the specified index.

public VbaModule this[int index] { get; }
ParameterDescription
indexThe zero-based index of the element to get.

See Also


VbaModuleCollection indexer (2 of 2)

Gets the module with the specified name.

public VbaModule this[string moduleName] { get; }
ParameterDescription
moduleNameThe name of the module to get.

See Also