Interface IVbaModule
Interface IVbaModule
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Đại diện cho một mô-đun với mã VBA.
public interface IVbaModule
Thuộc tính
Thuộc tính
Lấy một tập hợp của Aspose.Tasks.VbaModuleAttributeCollection
VbaModuleAttributeCollection Attributes { get; }
Giá trị thuộc tính
Tên
Lấy tên của mô-đun VBA
string Name { get; }
Giá trị thuộc tính
Mã nguồn
Lấy mã nguồn của mô-đun VBA
string SourceCode { get; }