Item

VbaModuleCollection indexer (1 of 2)

Gets VbaModule in the list by the index.

public VbaModule this[int index] { get; }
Parameter Description
index The index.

See Also


VbaModuleCollection indexer (2 of 2)

Gets VbaModule in the list by the name.

public VbaModule this[string name] { get; }
Parameter Description
name The name of module.

See Also