Class SmartTagPropertyCollection

SmartTagPropertyCollection class

Represents all properties of cell smart tag.

public class SmartTagPropertyCollection : CollectionBase<SmartTagProperty>

Constructors

NameDescription
SmartTagPropertyCollection()The default constructor.

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; }Gets a SmartTagProperty object. (2 indexers)
Item { get; set; }

Methods

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

See Also