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

 한국어