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; }