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

VbaModuleAttributeCollection

Name

Gets a name of the VBA module

string Name { get; }

Property Value

string

SourceCode

Gets a source Code of the VBA module

string SourceCode { get; }

Property Value

string