IVbaModule

IVbaModule 接口

代表包含在VBA项目中的模块。

public interface IVbaModule

属性

名称描述
Name { get; }模块的名称。只读字符串。
SourceCode { get; set; }模块的源代码。读写字符串。

另见