Aspose::Cells::CellWatch class
Contents
[
Hide
]CellWatch class
Represents Cell Watch Item in the ‘watch window’.
class CellWatch
Methods
Method | Description |
---|---|
CellWatch() | Default constructor. |
CellWatch(CellWatch_Impl* impl) | Constructs from an implementation object. |
CellWatch(const CellWatch& src) | Copy constructor. |
GetCellName() | Gets and sets the name of the cell. |
GetColumn() | Gets and sets the column of the cell. |
GetRow() | Gets and sets the row of the cell. |
IsNull() const | Checks whether the implementation object is nullptr. |
explicit operator bool() const | operator bool() |
operator=(const CellWatch& src) | operator= |
SetCellName(const U16String& value) | Gets and sets the name of the cell. |
SetCellName(const char16_t* value) | Gets and sets the name of the cell. |
SetColumn(int32_t value) | Gets and sets the column of the cell. |
SetRow(int32_t value) | Gets and sets the row of the cell. |
~CellWatch() | Destructor. |
Fields
Field | Description |
---|---|
_impl | The implementation object. |
See Also
- Namespace Aspose::Cells
- Library Aspose.Cells for C++