Class ExcelVbaModuleAttribute
Inheritance
System.Object
ExcelVbaModuleAttribute
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core.Data.OfficeOpenXml.VBA
Assembly: Experior.Core.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()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()