ListObjectCollection
Inhalt
[
Ausblenden
]ListObjectCollection class
Repräsentiert eine Sammlung vonListObject
Objekte im Arbeitsblatt.
public class ListObjectCollection : CollectionBase<ListObject>
Eigenschaften
Name | Beschreibung |
---|---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | Ruft das ListObject nach Index ab. (2 indexers) |
Item { get; set; } |
Methoden
Name | Beschreibung |
---|---|
Add(string, string, bool) | Fügt dem Arbeitsblatt ein ListObject hinzu. |
Add(int, int, int, int, bool) | Fügt dem Arbeitsblatt ein ListObject hinzu. |
BinarySearch(ListObject) | |
BinarySearch(ListObject, IComparer<ListObject>) | |
BinarySearch(int, int, ListObject, IComparer<ListObject>) | |
Clear() | |
Contains(ListObject) | |
CopyTo(ListObject[]) | |
CopyTo(ListObject[], int) | |
CopyTo(int, ListObject[], int, int) | |
Exists(Predicate<ListObject>) | |
Find(Predicate<ListObject>) | |
FindAll(Predicate<ListObject>) | |
FindIndex(Predicate<ListObject>) | |
FindIndex(int, Predicate<ListObject>) | |
FindIndex(int, int, Predicate<ListObject>) | |
FindLast(Predicate<ListObject>) | |
FindLastIndex(Predicate<ListObject>) | |
FindLastIndex(int, Predicate<ListObject>) | |
FindLastIndex(int, int, Predicate<ListObject>) | |
GetEnumerator() | |
IndexOf(ListObject) | |
IndexOf(ListObject, int) | |
IndexOf(ListObject, int, int) | |
LastIndexOf(ListObject) | |
LastIndexOf(ListObject, int) | |
LastIndexOf(ListObject, int, int) | |
RemoveAt(int) | |
UpdateColumnName() | Alle Spaltennamen der Tabellen aktualisieren. |
Siehe auch
- class CollectionBase<T>
- class ListObject
- namensraum Aspose.Cells.Tables
- Montage Aspose.Cells