VbaModule

VbaModule class

VBA プロジェクトに含まれるモジュールを表します。

public class VbaModule

プロパティ

名前 説明
Codes { get; set; } モジュールのコードを取得および設定します。
Name { get; set; } Module の名前を取得および設定します。
Type { get; } モジュールのタイプを取得します。

関連項目