CellWatch Class

CellWatch class

Represents Cell Watch Item in the ‘watch window’.


type CellWatch struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewCellWatchDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetRowGets and sets the row of the cell.
SetRowGets and sets the row of the cell.
GetColumnGets and sets the column of the cell.
SetColumnGets and sets the column of the cell.
GetCellNameGets and sets the name of the cell.
SetCellNameGets and sets the name of the cell.