Interface IVbaModule
Interface IVbaModule
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.7.0)
Represents a module with VBA code.
[Obsolete("This interface is obsolete and will be removed after release 25.12. Use VbaModule class instead.")]
public interface IVbaModule
Properties
Attributes
Gets a collection of Aspose.Tasks.VbaModuleAttributeCollection
VbaModuleAttributeCollection Attributes { get; }
Property Value
Name
Gets a name of the VBA module
string Name { get; }
Property Value
SourceCode
Gets a source code of the VBA module
string SourceCode { get; }