Interface IVbaModule

Interface IVbaModule

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

Mewakili modul dengan kode VBA.

public interface IVbaModule

Properti

Atribut

Mengambil koleksi dari Aspose.Tasks.VbaModuleAttributeCollection

VbaModuleAttributeCollection Attributes { get; }

Nilai Properti

VbaModuleAttributeCollection

Nama

Mengambil nama dari modul VBA

string Name { get; }

Nilai Properti

string

KodeSumber

Mengambil kode sumber dari modul VBA

string SourceCode { get; }

Nilai Properti

string

 Indonesia