Interface IVbaModule

IVbaModule interface

Représente un module avec le code VBA.

public interface IVbaModule

Propriétés

NomLa description
Attributes { get; }Obtient une collection deVbaModuleAttributeCollection
Name { get; }Obtient un nom du module VBA
SourceCode { get; }Obtient un code source du module VBA

Voir également