EnumStringAttribute Constructor
Initializes a new instance of the EnumStringAttribute.
Namespace: DocumentFormat.OpenXml
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Sub New ( _
value As String _
)
'Usage
Dim value As String
Dim instance As New EnumStringAttribute(value)
public EnumStringAttribute(
string value
)
Parameters
- value
Type: System.String
The text string.