Class ExcelVbaModuleAttribute
A VBA modual attribute
Inheritance
System.Object
ExcelVbaModuleAttribute
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.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 |
---|---|
System.String |
Value
The value of the attribute without any double quotes.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
ToString()
Converts the object to a string
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | The name of the VBA module attribute |
Overrides
System.Object.ToString()