Class ExcelVbaModuleAttribute
A VBA modual attribute
Inheritance
Object
ExcelVbaModuleAttribute
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
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
System.Object.ToString()