Item

CellWatchCollection indexer (1 of 2)

Obtiene y estableceCellWatch por index.

public CellWatch this[int index] { get; }
ParámetroDescripción
indexEl índice.

Ver también


CellWatchCollection indexer (2 of 2)

Obtiene y estableceCellWatch por el nombre de la celda.

public CellWatch this[string cellName] { get; }
ParámetroDescripción
cellNameEl nombre de la celda.

Ver también