SdtContentComboBox.LastValue Property

Combo Box Last Saved Value.Represents the attribte in schema: w:lastValue

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

Syntax

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

value = instance.LastValue

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

Property Value

Type: DocumentFormat.OpenXml.StringValue

See Also

Reference

SdtContentComboBox Class

SdtContentComboBox Members

DocumentFormat.OpenXml.Wordprocessing Namespace