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