CellWatchCollection.Add

Add(int, int)

Adds CellWatch with row and column.

public int Add(int row, int column)
ParameterTypeDescription
rowInt32The row index.
columnInt32The column index.

Return Value

Returns the position of this item in the collection.

See Also


Add(string)

Adds CellWatch with the name the of cell.

public int Add(string cellName)
ParameterTypeDescription
cellNameStringThe name of the cell.

See Also