Class ExcelVbaModuleAttributesCollection
A collection of the module level attributes
Inheritance
System.Object
ExcelVbaModuleAttributesCollection
Implements
System.Collections.Generic.IEnumerable<ExcelVbaModuleAttribute>
System.Collections.IEnumerable
Inherited Members
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