Item
CellWatchCollection indexer (1 of 2)
Obtiene y estableceCellWatch por index.
public CellWatch this[int index] { get; }
| Parámetro | Descripción |
|---|---|
| index | El índice. |
Ver también
- class CellWatch
- class CellWatchCollection
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells
CellWatchCollection indexer (2 of 2)
Obtiene y estableceCellWatch por el nombre de la celda.
public CellWatch this[string cellName] { get; }
| Parámetro | Descripción |
|---|---|
| cellName | El nombre de la celda. |
Ver también
- class CellWatch
- class CellWatchCollection
- espacio de nombres Aspose.Cells
- asamblea Aspose.Cells