Table of Contents

Class ExcelVbaModuleCollection

Namespace
OfficeOpenXml.VBA
Assembly
Magicodes.EPPlus.dll
public class ExcelVbaModuleCollection : ExcelVBACollectionBase<ExcelVBAModule>, IEnumerable<ExcelVBAModule>, IEnumerable
Inheritance
ExcelVbaModuleCollection
Implements
Inherited Members
Extension Methods

Methods

AddClass(string, bool)

public ExcelVBAModule AddClass(string Name, bool Exposed)

Parameters

Name string
Exposed bool

Returns

ExcelVBAModule

AddModule(string)

public ExcelVBAModule AddModule(string Name)

Parameters

Name string

Returns

ExcelVBAModule