Interface IVbaModule
Interface IVbaModule
名称: Aspose.Tasks 集合: Aspose.Tasks.dll (25.4.0)
代表一个 VBA 代码的模块。
public interface IVbaModule
Properties
Attributes
收到 Aspose.Tasks.VbaModuleAttributeCollection的收藏
VbaModuleAttributeCollection Attributes { get; }
财产价值
Name
收到 VBA 模块的名称
string Name { get; }
财产价值
SourceCode
收到 VBA 模块的源代码
string SourceCode { get; }