ThreadedCommentCollection
Contenuti
[
Nascondere
]ThreadedCommentCollection class
Rappresenta l’elenco dei commenti in thread.
public class ThreadedCommentCollection : CollectionBase<ThreadedComment>
Proprietà
| Nome | Descrizione |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | Ottiene il commento in thread dall’indice specifico. |
| Item { get; set; } |
Metodi
| Nome | Descrizione |
|---|---|
| Add(string, ThreadedCommentAuthor) | Aggiunge un commento in thread; |
| BinarySearch(ThreadedComment) | |
| BinarySearch(ThreadedComment, IComparer<ThreadedComment>) | |
| BinarySearch(int, int, ThreadedComment, IComparer<ThreadedComment>) | |
| Clear() | |
| Contains(ThreadedComment) | |
| CopyTo(ThreadedComment[]) | |
| CopyTo(ThreadedComment[], int) | |
| CopyTo(int, ThreadedComment[], int, int) | |
| Exists(Predicate<ThreadedComment>) | |
| Find(Predicate<ThreadedComment>) | |
| FindAll(Predicate<ThreadedComment>) | |
| FindIndex(Predicate<ThreadedComment>) | |
| FindIndex(int, Predicate<ThreadedComment>) | |
| FindIndex(int, int, Predicate<ThreadedComment>) | |
| FindLast(Predicate<ThreadedComment>) | |
| FindLastIndex(Predicate<ThreadedComment>) | |
| FindLastIndex(int, Predicate<ThreadedComment>) | |
| FindLastIndex(int, int, Predicate<ThreadedComment>) | |
| GetEnumerator() | |
| IndexOf(ThreadedComment) | |
| IndexOf(ThreadedComment, int) | |
| IndexOf(ThreadedComment, int, int) | |
| LastIndexOf(ThreadedComment) | |
| LastIndexOf(ThreadedComment, int) | |
| LastIndexOf(ThreadedComment, int, int) | |
| RemoveAt(int) |
Guarda anche
- class CollectionBase<T>
- class ThreadedComment
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells