Class SmartTagSetting

SmartTagSetting class

Represents all SmartTagCollection object in the worksheet.

public class SmartTagSetting : CollectionBase

Properties

NameDescription
Item { get; }Gets a SmartTagCollection object by the index. (3 indexers)

Methods

NameDescription
Add(string)Add a cell smart tags.
Add(int, int)Adds a SmartTagCollection object to a cell.

See Also