Item
ListColumnCollection indexer (1 of 2)
Obtiene ListColumn por el índice.
public ListColumn this[int index] { get; }
Parámetro | Descripción |
---|---|
index | El índice. |
Valor_devuelto
el objeto ListColumn.
Ver también
- class ListColumn
- class ListColumnCollection
- espacio de nombres Aspose.Cells.Tables
- asamblea Aspose.Cells
ListColumnCollection indexer (2 of 2)
Obtiene ListColumn por el nombre.
public ListColumn this[string name] { get; }
Parámetro | Descripción |
---|---|
name | El nombre de ListColumn |
Valor_devuelto
El objeto ListColumn.
Ver también
- class ListColumn
- class ListColumnCollection
- espacio de nombres Aspose.Cells.Tables
- asamblea Aspose.Cells