SmartTagCollection

SmartTagCollection class

Représente toutes les balises actives de la cellule.

public class SmartTagCollection : CollectionBase<SmartTag>

Propriétés

NomLa description
Capacity { get; set; }
Column { get; }Obtient la colonne des balises actives de cellule.
Count { get; }
Item { get; }Obtient unSmartTag objet à l’index spécifique
Item { get; set; }
Row { get; }Obtient la ligne des balises actives de cellule.

Méthodes

NomLa description
Add(string, string)Ajoute une balise active.
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)

Voir également