Interface IVbaModule
Interface IVbaModule
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a module with VBA code.
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; }