CellWatchCollection.Add
Add(int, int)
Adds CellWatch
with row and column.
public int Add(int row, int column)
Parameter | Type | Description |
---|---|---|
row | Int32 | The row index. |
column | Int32 | The column index. |
Return Value
Returns the position of this item in the collection.
See Also
- class CellWatchCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
Add(string)
Adds CellWatch
with the name the of cell.
public int Add(string cellName)
Parameter | Type | Description |
---|---|---|
cellName | String | The name of the cell. |
See Also
- class CellWatchCollection
- namespace Aspose.Cells
- assembly Aspose.Cells