Class CellWatch

CellWatch class

Represents Cell Watch Item in the ‘watch window’.

public class CellWatch

Constructors

NameDescription
CellWatch()The default constructor.

Properties

NameDescription
CellName { get; set; }Gets and sets the name of the cell.
Column { get; set; }Gets and sets the column of the cell.
Row { get; set; }Gets and sets the row of the cell.

See Also