VbaModuleCollection.Item

VbaModuleCollection indexer (1 of 2)

Gets VbaModule in the list by the index.

public VbaModule this[int index] { get; }
ParameterDescription
indexThe index.

See Also


VbaModuleCollection indexer (2 of 2)

Gets VbaModule in the list by the name.

public VbaModule this[string name] { get; }
ParameterDescription
nameThe name of module.

See Also