Item

VbaModuleCollection indexer (1 of 2)

ObtieneVbaModule en la lista por el index.

public VbaModule this[int index] { get; }
ParámetroDescripción
indexEl índice.

Ver también


VbaModuleCollection indexer (2 of 2)

ObtieneVbaModule en la lista por el nombre.

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

Ver también