Aspose::Cells::CellWatchCollection::Get method

CellWatchCollection::Get(int32_t) method

Gets and sets CellWatch by index.

CellWatch Aspose::Cells::CellWatchCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe index.

ReturnValue

See Also

CellWatchCollection::Get(const U16String&) method

Gets and sets CellWatch by the name of the cell.

CellWatch Aspose::Cells::CellWatchCollection::Get(const U16String &cellName)
ParameterTypeDescription
cellNameconst U16String&The name of the cell.

ReturnValue

See Also

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)
ParameterTypeDescription
cellNameconst char16_t*The name of the cell.

ReturnValue

See Also