VbaModuleCollection.Item
VbaModuleCollection indexer (1 of 2)
Gets VbaModule
in the list by the index.
public VbaModule this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
See Also
- class VbaModule
- class VbaModuleCollection
- namespace Aspose.Cells.Vba
- assembly Aspose.Cells
VbaModuleCollection indexer (2 of 2)
Gets VbaModule
in the list by the name.
public VbaModule this[string name] { get; }
Parameter | Description |
---|---|
name | The name of module. |
See Also
- class VbaModule
- class VbaModuleCollection
- namespace Aspose.Cells.Vba
- assembly Aspose.Cells