Interface IVbaModule

Interface IVbaModule

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)

يمثل وحدة تحتوي على كود VBA.

public interface IVbaModule

الخصائص

السمات

يحصل على مجموعة من Aspose.Tasks.VbaModuleAttributeCollection

VbaModuleAttributeCollection Attributes { get; }

قيمة الخاصية

VbaModuleAttributeCollection

الاسم

يحصل على اسم وحدة VBA

string Name { get; }

قيمة الخاصية

string

كود المصدر

يحصل على كود المصدر لوحدة VBA

string SourceCode { get; }

قيمة الخاصية

string

 عربي