Item

CellWatchCollection indexer (1 of 2)

Ruft ab und setztCellWatch nach Index.

public CellWatch this[int index] { get; }
ParameterBeschreibung
indexDer Index.

Siehe auch


CellWatchCollection indexer (2 of 2)

Ruft ab und setztCellWatch nach dem Namen der Zelle.

public CellWatch this[string cellName] { get; }
ParameterBeschreibung
cellNameDer Name der Zelle.

Siehe auch