Interface IVbaModule
Interface IVbaModule
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
แสดงถึงโมดูลที่มีโค้ด VBA
public interface IVbaModule
Properties
Attributes
ดึงคอลเลคชันของ Aspose.Tasks.VbaModuleAttributeCollection
VbaModuleAttributeCollection Attributes { get; }
Property Value
Name
ดึงชื่อของโมดูล VBA
string Name { get; }
Property Value
SourceCode
ดึงโค้ดต้นฉบับของโมดูล VBA
string SourceCode { get; }