Aspose::Cells::CellWatchCollection::Add method

CellWatchCollection::Add(int32_t, int32_t) method

Adds CellWatch with row and column.

int32_t Aspose::Cells::CellWatchCollection::Add(int32_t row, int32_t column)
ParameterTypeDescription
rowint32_tThe row index.
columnint32_tThe column index.

ReturnValue

Returns the position of this item in the collection.

See Also

CellWatchCollection::Add(const U16String&) method

Adds CellWatch with the name the of cell.

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

ReturnValue

See Also

CellWatchCollection::Add(const char16_t*) method

Adds CellWatch with the name the of cell.

int32_t Aspose::Cells::CellWatchCollection::Add(const char16_t *cellName)
ParameterTypeDescription
cellNameconst char16_t*The name of the cell.

ReturnValue

See Also