SmartTags Interface

A collection of SmartTag objects that represent the identifiers assigned to each cell.

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

Syntax

'Declaration
<GuidAttribute("00024461-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface SmartTags _
    Inherits IEnumerable
'Usage
Dim instance As SmartTags
[GuidAttribute("00024461-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface SmartTags : IEnumerable

Remarks

Use the SmartTags property of the Range collection or Worksheet object to return a SmartTag collection.

See Also

Reference

SmartTags Members

Microsoft.Office.Interop.Excel Namespace