Class SmartTagCollection

SmartTagCollection class

Represents all smart tags in the cell.

public class SmartTagCollection : CollectionBase<SmartTag>

Properties

NameDescription
Capacity { get; set; }
Column { get; }Gets the column of the cell smart tags.
Count { get; }
Item { get; }Gets a SmartTag object at the specific index
Item { get; set; }
Row { get; }Gets the row of the cell smart tags.

Methods

NameDescription
Add(string, string)Adds a smart tag.
BinarySearch(SmartTag)
BinarySearch(SmartTag, IComparer<SmartTag>)
BinarySearch(int, int, SmartTag, IComparer<SmartTag>)
Clear()
Contains(SmartTag)
CopyTo(SmartTag[])
CopyTo(SmartTag[], int)
CopyTo(int, SmartTag[], int, int)
Exists(Predicate<SmartTag>)
Find(Predicate<SmartTag>)
FindAll(Predicate<SmartTag>)
FindIndex(Predicate<SmartTag>)
FindIndex(int, Predicate<SmartTag>)
FindIndex(int, int, Predicate<SmartTag>)
FindLast(Predicate<SmartTag>)
FindLastIndex(Predicate<SmartTag>)
FindLastIndex(int, Predicate<SmartTag>)
FindLastIndex(int, int, Predicate<SmartTag>)
GetEnumerator()
IndexOf(SmartTag)
IndexOf(SmartTag, int)
IndexOf(SmartTag, int, int)
LastIndexOf(SmartTag)
LastIndexOf(SmartTag, int)
LastIndexOf(SmartTag, int, int)
RemoveAt(int)

See Also