Class CellWatch

Class CellWatch

Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)

Represents Cell Watch Item in the ‘watch window’.

public class CellWatch

Inheritance

objectCellWatch

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

CellWatch()

public CellWatch()

Properties

CellName

Gets and sets the name of the cell.

public string CellName { get; set; }

Property Value

string

Column

Gets and sets the column of the cell.

public int Column { get; set; }

Property Value

int

Row

Gets and sets the row of the cell.

public int Row { get; set; }

Property Value

int