StringValue.Value Property

The string value.

Namespace:  DocumentFormat.OpenXml
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property Value As String
    Get
    Set
'Usage
Dim instance As StringValue
Dim value As String

value = instance.Value

instance.Value = value
public string Value { get; set; }

Property Value

Type: System.String
Returns String.

See Also

Reference

StringValue Class

StringValue Members

DocumentFormat.OpenXml Namespace