Show / Hide Table of Contents

Class ExcelVbaModuleAttributesCollection

A collection of the module level attributes

Inheritance
Object
ExcelVBACollectionBase<ExcelVbaModuleAttribute>
ExcelVbaModuleAttributesCollection
Implements
IEnumerable<ExcelVbaModuleAttribute>
IEnumerable
Inherited Members
ExcelVBACollectionBase<ExcelVbaModuleAttribute>._list
ExcelVBACollectionBase<ExcelVbaModuleAttribute>.GetEnumerator()
ExcelVBACollectionBase<ExcelVbaModuleAttribute>.IEnumerable.GetEnumerator()
ExcelVBACollectionBase<ExcelVbaModuleAttribute>.Item[String]
ExcelVBACollectionBase<ExcelVbaModuleAttribute>.Item[Int32]
ExcelVBACollectionBase<ExcelVbaModuleAttribute>.Count
ExcelVBACollectionBase<ExcelVbaModuleAttribute>.Exists(String)
ExcelVBACollectionBase<ExcelVbaModuleAttribute>.Remove(ExcelVbaModuleAttribute)
ExcelVBACollectionBase<ExcelVbaModuleAttribute>.RemoveAt(Int32)
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: OfficeOpenXml.VBA
Assembly: EPPlus.dll
Syntax
public class ExcelVbaModuleAttributesCollection : ExcelVBACollectionBase<ExcelVbaModuleAttribute>, IEnumerable<ExcelVbaModuleAttribute>, IEnumerable

Implements

System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
In this article
Back to top Generated by DocFX