CellWatchCollection.Item
CellWatchCollection indexer (1 of 2)
Gets and sets CellWatch
by index.
public CellWatch this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
See Also
- class CellWatch
- class CellWatchCollection
- namespace Aspose.Cells
- assembly Aspose.Cells
CellWatchCollection indexer (2 of 2)
Gets and sets CellWatch
by the name of the cell.
public CellWatch this[string cellName] { get; }
Parameter | Description |
---|---|
cellName | The name of the cell. |
See Also
- class CellWatch
- class CellWatchCollection
- namespace Aspose.Cells
- assembly Aspose.Cells