Class CellWatch
Class CellWatch
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
表示“监视窗口”中的单元格监视项。
public class CellWatch
继承
继承的成员
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
构造函数
CellWatch()
public CellWatch()
属性
CellName
获取和设置单元格的名称。
public string CellName { get; set; }
属性值
Column
获取和设置单元格的列。
public int Column { get; set; }
属性值
Row
获取和设置单元格的行。
public int Row { get; set; }