Item

CellWatchCollection indexer (1 of 2)

获取和设置CellWatch按索引.

public CellWatch this[int index] { get; }
范围描述
index指数。

也可以看看


CellWatchCollection indexer (2 of 2)

获取和设置CellWatch按单元格的名称。

public CellWatch this[string cellName] { get; }
范围描述
cellName单元格的名称。

也可以看看