SmartTag.Properties Property

Returns a CustomProperties object representing the properties for a smart tag.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property Properties As CustomProperties
    Get
'Usage
Dim instance As SmartTag
Dim value As CustomProperties

value = instance.Properties
CustomProperties Properties { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.CustomProperties

Remarks

Use the Add Method with the Properties property to store extra metadata for a smart tag.

See Also

Reference

SmartTag Interface

SmartTag Members

Microsoft.Office.Interop.Excel Namespace