SmartTagCollection
Contenu
[
Cacher
]SmartTagCollection class
Représente toutes les balises actives de la cellule.
public class SmartTagCollection : CollectionBase<SmartTag>
Propriétés
| Nom | La 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
| Nom | La 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
- class CollectionBase<T>
- class SmartTag
- espace de noms Aspose.Cells.Markup
- Assemblée Aspose.Cells