IVbaModule

IVbaModule interface

Represents module that is contained in VBA project.

public interface IVbaModule

Properties

NameDescription
Name { get; }Name of the module. Read-only String.
SourceCode { get; set; }Source code of the module. Read/write String.

See Also