Interface IVbaModule

Interface IVbaModule

Tên không gian: Aspose.Tasks Tổng hợp: Aspose.Tasks.dll (25.4.0)

Nó đại diện cho một module với mã VBA.

public interface IVbaModule

Properties

Attributes

Nhận một bộ sưu tập của Aspose.Tasks.VbaModuleAttributeCollection

VbaModuleAttributeCollection Attributes { get; }

Giá trị bất động sản

VbaModuleAttributeCollection

Name

Nhận tên của mô-đun VBA

string Name { get; }

Giá trị bất động sản

string

SourceCode

Nhận mã nguồn của module VBA

string SourceCode { get; }

Giá trị bất động sản

string

 Tiếng Việt