CellWatch

CellWatch class

Represents Cell Watch Item in the ‘watch window’.

class CellWatch;

Constructors

NameDescription
constructor()Default Constructor.

Properties

PropertyTypeDescription
rownumberGets and sets the row of the cell.
columnnumberGets and sets the column of the cell.
cellNamestringGets and sets the name of the cell.

constructor()

Default Constructor.

constructor();

row

Gets and sets the row of the cell.

row : number;

column

Gets and sets the column of the cell.

column : number;

cellName

Gets and sets the name of the cell.

cellName : string;