Class ExcelVbaModuleAttribute
A VBA modual attribute
Implements
Inherited Members
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 |