Item

CellWatchCollection indexer (1 of 2)

Obtient et définitCellWatch par index.

public CellWatch this[int index] { get; }
ParamètreLa description
indexL’index.

Voir également


CellWatchCollection indexer (2 of 2)

Obtient et définitCellWatch par le nom de la cellule.

public CellWatch this[string cellName] { get; }
ParamètreLa description
cellNameLe nom de la cellule.

Voir également