Class CellWatch

Class CellWatch

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

يمثل عنصر مراقبة الخلية في “نافذة المراقبة”.

public class CellWatch

الوراثة

objectCellWatch

الأعضاء الموروثة

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

قيمة الخاصية

string

Column

يحصل على عمود الخلية ويضبطه.

public int Column { get; set; }

قيمة الخاصية

int

Row

يحصل على صف الخلية ويضبطه.

public int Row { get; set; }

قيمة الخاصية

int

 عربي