Interface IVbaModule
Interface IVbaModule
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
VBAコードを持つモジュールを表します。
public interface IVbaModule
プロパティ
属性
Aspose.Tasks.VbaModuleAttributeCollectionのコレクションを取得します。
VbaModuleAttributeCollection Attributes { get; }
プロパティ値
名前
VBAモジュールの名前を取得します。
string Name { get; }
プロパティ値
ソースコード
VBAモジュールのソースコードを取得します。
string SourceCode { get; }