 | EnumStringAttribute Constructor |
Initializes a new instance of the EnumStringAttribute class using
the supplied text string.
Namespace: DocumentFormat.OpenXmlAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic EnumStringAttribute(
string value
)
Public Sub New (
value As String
)
public:
EnumStringAttribute(
String^ value
)
new :
value : string -> EnumStringAttributeParameters
- value String
- The text string.
See Also