Class CellWatch
Class CellWatch
Namespace: Aspose.Cells
Assembly: Aspose.Cells.dll (25.2.0)
Đại diện cho mục theo dõi ô trong ‘cửa sổ theo dõi’.
public class CellWatch
Kế thừa
Các thành viên kế thừa
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Các hàm khởi tạo
CellWatch()
public CellWatch()
Thuộc tính
CellName
Lấy và thiết lập tên của ô.
public string CellName { get; set; }
Giá trị thuộc tính
Column
Lấy và thiết lập cột của ô.
public int Column { get; set; }
Giá trị thuộc tính
Row
Lấy và thiết lập hàng của ô.
public int Row { get; set; }