Item

ListColumnCollection indexer (1 of 2)

Obtiene ListColumn por el índice.

public ListColumn this[int index] { get; }
ParámetroDescripción
indexEl índice.

Valor_devuelto

el objeto ListColumn.

Ver también


ListColumnCollection indexer (2 of 2)

Obtiene ListColumn por el nombre.

public ListColumn this[string name] { get; }
ParámetroDescripción
nameEl nombre de ListColumn

Valor_devuelto

El objeto ListColumn.

Ver también