Interface IVbaModule

IVbaModule interface

Rappresenta un modulo con codice VBA.

public interface IVbaModule

Proprietà

NomeDescrizione
Attributes { get; }Ottiene una raccolta diVbaModuleAttributeCollection
Name { get; }Ottiene un nome del modulo VBA
SourceCode { get; }Ottiene un codice sorgente del modulo VBA

Guarda anche