Interface IVbaModule

IVbaModule interface

Representa un módulo con código VBA.

public interface IVbaModule

Propiedades

NombreDescripción
Attributes { get; }Obtiene una colección deVbaModuleAttributeCollection
Name { get; }Obtiene un nombre del módulo VBA
SourceCode { get; }Obtiene un código fuente del módulo VBA

Ver también