Item

VbaModuleCollection indexer (1 of 2)

取得VbaModuleindex. によるリスト内

public VbaModule this[int index] { get; }
パラメータ 説明
index インデックス。

関連項目


VbaModuleCollection indexer (2 of 2)

取得VbaModule名前でリストに.

public VbaModule this[string name] { get; }
パラメータ 説明
name モジュールの名前。

関連項目