Item

ListColumnCollection indexer (1 of 2)

Ottiene ListColumn dall’indice.

public ListColumn this[int index] { get; }
ParametroDescrizione
indexL’indice.

Valore di ritorno

l’oggetto ListColumn.

Guarda anche


ListColumnCollection indexer (2 of 2)

Ottiene ListColumn in base al nome.

public ListColumn this[string name] { get; }
ParametroDescrizione
nameIl nome di ListColumn

Valore di ritorno

L’oggetto ListColumn.

Guarda anche