ListItem.Value Property

List Entry Value.Represents the attribte in schema: w:value

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

Syntax

'Declaration
<SchemaAttrAttribute(, "value")> _
Public Property Value As StringValue
    Get
    Set
'Usage
Dim instance As ListItem
Dim value As StringValue

value = instance.Value

instance.Value = value
[SchemaAttrAttribute(, "value")]
public StringValue Value { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

ListItem Class

ListItem Members

DocumentFormat.OpenXml.Wordprocessing Namespace