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モジュールの名前。

関連項目