SmartTagCollection
Contenido
[
Ocultar
]SmartTagCollection class
Representa todas las etiquetas inteligentes en la celda.
public class SmartTagCollection : CollectionBase<SmartTag>
Propiedades
Nombre | Descripción |
---|---|
Capacity { get; set; } | |
Column { get; } | Obtiene la columna de las etiquetas inteligentes de celda. |
Count { get; } | |
Item { get; } | Obtiene unSmartTag objeto en el índice específico |
Item { get; set; } | |
Row { get; } | Obtiene la fila de las etiquetas inteligentes de celda. |
Métodos
Nombre | Descripción |
---|---|
Add(string, string) | Agrega una etiqueta inteligente. |
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) |
Ver también
- class CollectionBase<T>
- class SmartTag
- espacio de nombres Aspose.Cells.Markup
- asamblea Aspose.Cells