Item

VbaModuleCollection indexer (1 of 2)

获取VbaModule在索引列表中。

public VbaModule this[int index] { get; }
范围描述
index指数。

也可以看看


VbaModuleCollection indexer (2 of 2)

获取VbaModule在名称列表中。

public VbaModule this[string name] { get; }
范围描述
name模块的名称。

也可以看看