IVbaModule Interface

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

The IVbaModule type exposes the following members.

Properties
  NameDescription
Public propertyName
Name of the module. Read-only String.
Public propertySourceCode
Source code of the module. Read/write String.
See Also