Aspose::Cells::CellWatchCollection::Add method
Contents
[
Hide
]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)
Parameter | Type | Description |
---|---|---|
row | int32_t | The row index. |
column | int32_t | The column index. |
ReturnValue
Returns the position of this item in the collection.
See Also
- Class Vector
- Class CellWatchCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
CellWatchCollection::Add(const U16String&) method
Adds CellWatch with the name the of cell.
int32_t Aspose::Cells::CellWatchCollection::Add(const U16String &cellName)
Parameter | Type | Description |
---|---|---|
cellName | const U16String& | The name of the cell. |
ReturnValue
See Also
- Class Vector
- Class U16String
- Class CellWatchCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++
CellWatchCollection::Add(const char16_t*) method
Adds CellWatch with the name the of cell.
int32_t Aspose::Cells::CellWatchCollection::Add(const char16_t *cellName)
Parameter | Type | Description |
---|---|---|
cellName | const char16_t* | The name of the cell. |
ReturnValue
See Also
- Class Vector
- Class CellWatchCollection
- Namespace Aspose::Cells
- Library Aspose.Cells for C++