Item
CellWatchCollection indexer (1 of 2)
Получает и устанавливаетCellWatch
по индексу.
public CellWatch this[int index] { get; }
Параметр | Описание |
---|---|
index | Индекс. |
Смотрите также
- class CellWatch
- class CellWatchCollection
- пространство имен Aspose.Cells
- сборка Aspose.Cells
CellWatchCollection indexer (2 of 2)
Получает и устанавливаетCellWatch
по названию ячейки.
public CellWatch this[string cellName] { get; }
Параметр | Описание |
---|---|
cellName | Имя ячейки. |
Смотрите также
- class CellWatch
- class CellWatchCollection
- пространство имен Aspose.Cells
- сборка Aspose.Cells