Item

VbaModuleCollection indexer (1 of 2)

BlirVbaModule i listan efter index.

public VbaModule this[int index] { get; }
ParameterBeskrivning
indexIndexet.

Se även


VbaModuleCollection indexer (2 of 2)

BlirVbaModule i listan efter namnet.

public VbaModule this[string name] { get; }
ParameterBeskrivning
nameNamnet på modulen.

Se även