CellWatch Class
CellWatch class
Represents Cell Watch Item in the ‘watch window’.
type CellWatch struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewCellWatch | Default constructor. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetRow | Gets and sets the row of the cell. |
| SetRow | Gets and sets the row of the cell. |
| GetColumn | Gets and sets the column of the cell. |
| SetColumn | Gets and sets the column of the cell. |
| GetCellName | Gets and sets the name of the cell. |
| SetCellName | Gets and sets the name of the cell. |