Show / Hide Table of Contents

Interface IExcelVBACollectionElement

The interface that must be implemented by the elements stored by ExcelVBACollectionBase.

Namespace: OfficeOpenXml.VBA
Assembly: EPPlus.dll
Syntax
public interface IExcelVBACollectionElement

Properties

Name

The name of a VBA module or reference.

Declaration
string Name { get; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX