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
Nama
Mengambil nama dari modul VBA
string Name { get; }
Nilai Properti
KodeSumber
Mengambil kode sumber dari modul VBA
string SourceCode { get; }