Interface IVbaModule
Interface IVbaModule
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
يمثل وحدة تحتوي على كود VBA.
public interface IVbaModule
الخصائص
السمات
يحصل على مجموعة من Aspose.Tasks.VbaModuleAttributeCollection
VbaModuleAttributeCollection Attributes { get; }
قيمة الخاصية
الاسم
يحصل على اسم وحدة VBA
string Name { get; }
قيمة الخاصية
كود المصدر
يحصل على كود المصدر لوحدة VBA
string SourceCode { get; }