Item
ListColumnCollection indexer (1 of 2)
Ottiene ListColumn dall’indice.
public ListColumn this[int index] { get; }
Parametro | Descrizione |
---|---|
index | L’indice. |
Valore di ritorno
l’oggetto ListColumn.
Guarda anche
- class ListColumn
- class ListColumnCollection
- spazio dei nomi Aspose.Cells.Tables
- assemblea Aspose.Cells
ListColumnCollection indexer (2 of 2)
Ottiene ListColumn in base al nome.
public ListColumn this[string name] { get; }
Parametro | Descrizione |
---|---|
name | Il nome di ListColumn |
Valore di ritorno
L’oggetto ListColumn.
Guarda anche
- class ListColumn
- class ListColumnCollection
- spazio dei nomi Aspose.Cells.Tables
- assemblea Aspose.Cells