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
Name
The name of the attribute
public string Name { get; }
Property Value
Value
The value of the attribute without any double quotes.
public string Value { get; set; }
Property Value
Methods
ToString()
Converts the object to a string
public override string ToString()
Returns
- string
The name of the VBA module attribute