Interface IVbaModule
Interface IVbaModule
Nama dari : Aspose.Tasks Perhitungan: Aspose.Tasks.dll (25.4.0)
Menampilkan modul dengan kode VBA.
public interface IVbaModule
Properties
Attributes
Dapatkan koleksi Aspose.Tasks.VbaModuleAttributeCollection
VbaModuleAttributeCollection Attributes { get; }
Nilai Properti
Name
Dapatkan nama dari modul VBA
string Name { get; }
Nilai Properti
SourceCode
Dapatkan kode sumber dari modul VBA
string SourceCode { get; }