SdtContentDropDownList.LastValue Property
Drop-down List 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 SdtContentDropDownList
Dim value As StringValue
value = instance.LastValue
instance.LastValue = value
[SchemaAttrAttribute(, "lastValue")]
public StringValue LastValue { get; set; }
Property Value
Type: DocumentFormat.OpenXml.StringValue