Share via


SmartTagProperties.Show Property

Show Smart Tags.Represents the attribte in schema: show

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

Syntax

'Declaration
<SchemaAttrAttribute(, "show")> _
Public Property Show As EnumValue(Of SmartTagDisplayValues)
    Get
    Set
'Usage
Dim instance As SmartTagProperties
Dim value As EnumValue(Of SmartTagDisplayValues)

value = instance.Show

instance.Show = value
[SchemaAttrAttribute(, "show")]
public EnumValue<SmartTagDisplayValues> Show { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<SmartTagDisplayValues>
Returns EnumValue<T>.

See Also

Reference

SmartTagProperties Class

SmartTagProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace