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
- SmartTagType
Type: System.String
Return Value
Type: Microsoft.Office.Interop.Excel.SmartTag