Class CellWatch

Class CellWatch

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

Mewakili Item Pemantauan Sel dalam ‘jendela pemantauan’.

public class CellWatch

Pewarisan

objectCellWatch

Anggota yang Dwarisi

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

Konstruktor

CellWatch()

public CellWatch()

Properti

CellName

Mengambil dan mengatur nama sel.

public string CellName { get; set; }

Nilai Properti

string

Column

Mengambil dan mengatur kolom sel.

public int Column { get; set; }

Nilai Properti

int

Row

Mengambil dan mengatur baris sel.

public int Row { get; set; }

Nilai Properti

int

 Indonesia