Class CellWatch

Class CellWatch

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

‘Watch window’da Cell Watch Item’ı temsil eder.

public class CellWatch

Kalıtım

objectCellWatch

Kalıtılan Üyeler

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

Yapıcılar

CellWatch()

public CellWatch()

Özellikler

CellName

Hücrenin adını alır ve ayarlar.

public string CellName { get; set; }

Özellik Değeri

string

Column

Hücrenin sütununu alır ve ayarlar.

public int Column { get; set; }

Özellik Değeri

int

Row

Hücrenin satırını alır ve ayarlar.

public int Row { get; set; }

Özellik Değeri

int

 Türkçe