Share via


ISmartTags.Add Method

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

Syntax

'Declaration
Function Add ( _
    SmartTagType As String _
) As SmartTag
'Usage
Dim instance As ISmartTags
Dim SmartTagType As String
Dim returnValue As SmartTag

returnValue = instance.Add(SmartTagType)
SmartTag Add(
    string SmartTagType
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Excel.SmartTag

See Also

Reference

ISmartTags Interface

ISmartTags Members

Microsoft.Office.Interop.Excel Namespace