CellWatch
CellWatch class
Represents Cell Watch Item in the ‘watch window’.
class CellWatch;
Constructors
Name | Description |
---|---|
constructor() | Default Constructor. |
Properties
Property | Type | Description |
---|---|---|
row | number | Gets and sets the row of the cell. |
column | number | Gets and sets the column of the cell. |
cellName | string | Gets 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;