SmartTags Interface

Definition

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

public interface class SmartTags : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("00024461-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface SmartTags : System.Collections.IEnumerable
Public Interface SmartTags
Implements IEnumerable
Attributes
Implements

Remarks

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

Properties

_Default[Object]

Reserved for internal use.

Application

Returns an Application object that represents the Microsoft Excel application.

Count

Returns the number of objects in the collection.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Parent

Returns the parent object for the specified object.

Methods

Add(String)

Adds a smart tag. Returns a SmartTag object.

GetEnumerator()

Applies to