Interface IVbaModule

Interface IVbaModule

Namn på plats: Aspose.Tasks Sammanfattning: Aspose.Tasks.dll (25.4.0)

Representerar en modul med VBA kod.

public interface IVbaModule

Properties

Attributes

Få en samling av Aspose.Tasks.VbaModuleAttributeCollection

VbaModuleAttributeCollection Attributes { get; }

Fastighetsvärde

VbaModuleAttributeCollection

Name

Få ett namn på VBA-modulen

string Name { get; }

Fastighetsvärde

string

SourceCode

Få en källkod för VBA-modulen

string SourceCode { get; }

Fastighetsvärde

string

 Svenska