SmartTagCollection
Contenuti
[
Nascondere
]SmartTagCollection class
Rappresenta tutti gli smart tag nella cella.
public class SmartTagCollection : CollectionBase<SmartTag>
Proprietà
| Nome | Descrizione |
|---|---|
| Capacity { get; set; } | |
| Column { get; } | Ottiene la colonna degli smart tag della cella. |
| Count { get; } | |
| Item { get; } | Ottiene aSmartTag oggetto all’indice specifico |
| Item { get; set; } | |
| Row { get; } | Ottiene la riga degli smart tag della cella. |
Metodi
| Nome | Descrizione |
|---|---|
| Add(string, string) | Aggiunge uno 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) |
Guarda anche
- class CollectionBase<T>
- class SmartTag
- spazio dei nomi Aspose.Cells.Markup
- assemblea Aspose.Cells