Interface IVbaModule

Interface IVbaModule

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

VBAコードを持つモジュールを表します。

public interface IVbaModule

プロパティ

属性

Aspose.Tasks.VbaModuleAttributeCollectionのコレクションを取得します。

VbaModuleAttributeCollection Attributes { get; }

プロパティ値

VbaModuleAttributeCollection

名前

VBAモジュールの名前を取得します。

string Name { get; }

プロパティ値

string

ソースコード

VBAモジュールのソースコードを取得します。

string SourceCode { get; }

プロパティ値

string

 日本語