Item
CellWatchCollection indexer (1 of 2)
Ruft ab und setztCellWatch
nach Index.
public CellWatch this[int index] { get; }
Parameter | Beschreibung |
---|---|
index | Der Index. |
Siehe auch
- class CellWatch
- class CellWatchCollection
- namensraum Aspose.Cells
- Montage Aspose.Cells
CellWatchCollection indexer (2 of 2)
Ruft ab und setztCellWatch
nach dem Namen der Zelle.
public CellWatch this[string cellName] { get; }
Parameter | Beschreibung |
---|---|
cellName | Der Name der Zelle. |
Siehe auch
- class CellWatch
- class CellWatchCollection
- namensraum Aspose.Cells
- Montage Aspose.Cells