Class VbaModule
Class VbaModule
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Represents a VBA module.
public class VbaModule : IVbaModule
Inheritance
Implements
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Properties
Attributes
Gets a collection of Aspose.Tasks.VbaModuleAttributeCollection
public VbaModuleAttributeCollection Attributes { get; }
Property Value
Name
Gets a name of the VBA module
public string Name { get; }
Property Value
SourceCode
Gets a source Code of the VBA module
public string SourceCode { get; }