CellLocation
CellLocation class
表示单元格位置。
public class CellLocation
构造函数
姓名 | 描述 |
---|---|
CellLocation() | 默认构造函数。 |
CellLocation(int, int) |
特性
姓名 | 描述 |
---|---|
Column { get; set; } | 获取或设置单元格位置的列。 |
Row { get; set; } | 获取或设置单元格位置所在的行。 |
方法
姓名 | 描述 |
---|---|
override Equals(object) | 判断指定Object是否等于当前Object。 |
override GetHashCode() | 用作特定类型的哈希函数,适用于哈希算法和哈希表等数据结构。 |
override ToString() | 覆盖对象的 ToString()。 |
operator == | 重载运算符 == |
operator != | 重载运算符!= |