VbaModule Class

Represents module that is contained in VBA project
Inheritance Hierarchy
SystemObject
  Aspose.Slides.VbaVbaModule

Namespace:  Aspose.Slides.Vba
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public sealed class VbaModule : IVbaModule

The VbaModule type exposes the following members.

Properties
  NameDescription
Public propertyName
Gets the name of the module. Read-only String.
Public propertySourceCode
Returns or sets the source code of the module. Read/write String.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also