Item

VbaModuleCollection indexer (1 of 2)

ObtieneVbaModule en la lista por el index.

public VbaModule this[int index] { get; }
Parámetro Descripción
index El índice.

Ver también


VbaModuleCollection indexer (2 of 2)

ObtieneVbaModule en la lista por el nombre.

public VbaModule this[string name] { get; }
Parámetro Descripción
name El nombre del módulo.

Ver también