Table of Contents

Class ExcelVbaModuleAttribute

Namespace
OfficeOpenXml.VBA
Assembly
EPPlus.dll

A VBA modual attribute

public class ExcelVbaModuleAttribute
Inheritance
ExcelVbaModuleAttribute
Inherited Members

Properties

DataType

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

public eAttributeDataType DataType { get; }

Property Value

eAttributeDataType

Name

The name of the attribute

public string Name { get; }

Property Value

string

Value

The value of the attribute without any double quotes.

public string Value { get; set; }

Property Value

string

Methods

ToString()

Converts the object to a string

public override string ToString()

Returns

string

The name of the VBA module attribute