Show / Hide Table of Contents

Class ExcelVbaModuleAttribute

A VBA modual attribute

Inheritance
object
ExcelVbaModuleAttribute
Implements
IExcelVBACollectionElement
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: OfficeOpenXml.VBA
Assembly: EPPlus.dll
Syntax
public class ExcelVbaModuleAttribute : IExcelVBACollectionElement

Properties

DataType

The datatype. Determine if the attribute uses double quotes around the value.

Declaration
public eAttributeDataType DataType { get; }
Property Value
Type Description
eAttributeDataType

Name

The name of the attribute

Declaration
public string Name { get; }
Property Value
Type Description
string

Value

The value of the attribute without any double quotes.

Declaration
public string Value { get; set; }
Property Value
Type Description
string

Methods

ToString()

Converts the object to a string

Declaration
public override string ToString()
Returns
Type Description
string

The name of the VBA module attribute

Overrides
object.ToString()

Implements

IExcelVBACollectionElement
In this article
Back to top Generated by DocFX