Item
ListColumnCollection indexer (1 of 2)
Ruft die ListColumn nach dem Index ab.
public ListColumn this[int index] { get; }
Parameter | Beschreibung |
---|---|
index | Der Index. |
Rückgabewert
das ListColumn-Objekt.
Siehe auch
- class ListColumn
- class ListColumnCollection
- namensraum Aspose.Cells.Tables
- Montage Aspose.Cells
ListColumnCollection indexer (2 of 2)
Ruft die ListColumn nach dem Namen ab.
public ListColumn this[string name] { get; }
Parameter | Beschreibung |
---|---|
name | Der Name der ListColumn |
Rückgabewert
Das ListColumn-Objekt.
Siehe auch
- class ListColumn
- class ListColumnCollection
- namensraum Aspose.Cells.Tables
- Montage Aspose.Cells