Share via


SmartTagProperties.Embed Property

Embed SmartTags.Represents the attribte in schema: embed

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

Syntax

'Declaration
<SchemaAttrAttribute(, "embed")> _
Public Property Embed As BooleanValue
    Get
    Set
'Usage
Dim instance As SmartTagProperties
Dim value As BooleanValue

value = instance.Embed

instance.Embed = value
[SchemaAttrAttribute(, "embed")]
public BooleanValue Embed { get; set; }

Property Value

Type: DocumentFormat.OpenXml.BooleanValue
Returns BooleanValue.

See Also

Reference

SmartTagProperties Class

SmartTagProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace