Show / Hide Table of Contents

Class ExcelVbaModuleAttributesCollection

A collection of the module level attributes

Inheritance
System.Object
ExcelVBACollectionBase<ExcelVbaModuleAttribute>
ExcelVbaModuleAttributesCollection
Implements
System.Collections.Generic.IEnumerable<ExcelVbaModuleAttribute>
System.Collections.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)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
Back to top Generated by DocFX