ListColumnCollection
Contenuti
[
Nascondere
]ListColumnCollection class
Rappresenta una raccolta di tutti iListColumn oggetti nell’oggetto ListObject specificato.
public class ListColumnCollection : CollectionBase<ListColumn>
Proprietà
| Nome | Descrizione |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | Ottiene ListColumn dall’indice. (2 indexers) |
| Item { get; set; } |
Metodi
| Nome | Descrizione |
|---|---|
| BinarySearch(ListColumn) | |
| BinarySearch(ListColumn, IComparer<ListColumn>) | |
| BinarySearch(int, int, ListColumn, IComparer<ListColumn>) | |
| Clear() | |
| Contains(ListColumn) | |
| CopyTo(ListColumn[]) | |
| CopyTo(ListColumn[], int) | |
| CopyTo(int, ListColumn[], int, int) | |
| Exists(Predicate<ListColumn>) | |
| Find(Predicate<ListColumn>) | |
| FindAll(Predicate<ListColumn>) | |
| FindIndex(Predicate<ListColumn>) | |
| FindIndex(int, Predicate<ListColumn>) | |
| FindIndex(int, int, Predicate<ListColumn>) | |
| FindLast(Predicate<ListColumn>) | |
| FindLastIndex(Predicate<ListColumn>) | |
| FindLastIndex(int, Predicate<ListColumn>) | |
| FindLastIndex(int, int, Predicate<ListColumn>) | |
| GetEnumerator() | |
| IndexOf(ListColumn) | |
| IndexOf(ListColumn, int) | |
| IndexOf(ListColumn, int, int) | |
| LastIndexOf(ListColumn) | |
| LastIndexOf(ListColumn, int) | |
| LastIndexOf(ListColumn, int, int) | |
| RemoveAt(int) |
Guarda anche
- class CollectionBase<T>
- class ListColumn
- spazio dei nomi Aspose.Cells.Tables
- assemblea Aspose.Cells