CellWatchCollection.Item

CellWatchCollection indexer (1 of 2)

Gets and sets CellWatch by index.

public CellWatch this[int index] { get; }
ParameterDescription
indexThe index.

See Also


CellWatchCollection indexer (2 of 2)

Gets and sets CellWatch by the name of the cell.

public CellWatch this[string cellName] { get; }
ParameterDescription
cellNameThe name of the cell.

See Also