Aspose::Cells::CellWatchCollection::Get method
Contents
[
Hide
]CellWatchCollection::Get(int32_t) method
Gets and sets CellWatch by index.
CellWatch Aspose::Cells::CellWatchCollection::Get(int32_t index)
Parameter | Type | Description |
---|---|---|
index | int32_t | The index. |
ReturnValue
See Also
- Class CellWatch
- Class Vector
- Class CellWatchCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
CellWatchCollection::Get(const U16String&) method
Gets and sets CellWatch by the name of the cell.
CellWatch Aspose::Cells::CellWatchCollection::Get(const U16String &cellName)
Parameter | Type | Description |
---|---|---|
cellName | const U16String& | The name of the cell. |
ReturnValue
See Also
- Class CellWatch
- Class Vector
- Class U16String
- Class CellWatchCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
CellWatchCollection::Get(const char16_t*) method
Gets and sets CellWatch by the name of the cell.
CellWatch Aspose::Cells::CellWatchCollection::Get(const char16_t *cellName)
Parameter | Type | Description |
---|---|---|
cellName | const char16_t* | The name of the cell. |
ReturnValue
See Also
- Class CellWatch
- Class Vector
- Class CellWatchCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++