Interface IVbaModule

Interface IVbaModule

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

Stellt ein Modul mit VBA-Code dar.

public interface IVbaModule

Eigenschaften

Attribute

Erhält eine Sammlung von Aspose.Tasks.VbaModuleAttributeCollection

VbaModuleAttributeCollection Attributes { get; }

Eigenschaftswert

VbaModuleAttributeCollection

Name

Erhält den Namen des VBA-Moduls

string Name { get; }

Eigenschaftswert

string

SourceCode

Erhält den Quellcode des VBA-Moduls

string SourceCode { get; }

Eigenschaftswert

string

 Deutsch