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; }