Class VbaModule

Class VbaModule

Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.4.0)

Represents a VBA module.

public class VbaModule : IVbaModule

Inheritance

object VbaModule

Implements

IVbaModule

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

VbaModuleAttributeCollection

Name

Gets a name of the VBA module

public string Name { get; }

Property Value

string

SourceCode

Gets a source Code of the VBA module

public string SourceCode { get; }

Property Value

string

 English