Show / Hide Table of Contents

Class CellWatch

Represents a cell address of cell being watched in the watch window.

Inheritance
System.Object
CellWatch
Namespace: DRIT.Spreadsheet
Assembly: DRIT.Spreadsheet.dll
Syntax
public class CellWatch : object

Properties

Cell

Declaration
public Cell Cell { get; }
Property Value
Type Description
Cell

Label

Cell reference of the cell being watched.

Declaration
public string Label { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX