Item

CellWatchCollection indexer (1 of 2)

Ottiene e impostaCellWatch per indice.

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

Guarda anche


CellWatchCollection indexer (2 of 2)

Ottiene e impostaCellWatch dal nome della cella.

public CellWatch this[string cellName] { get; }
ParametroDescrizione
cellNameIl nome della cella.

Guarda anche