GridCellArea
GridCellArea class
代表一个单元格区域。
public class GridCellArea
构造函数
| 姓名 | 描述 |
|---|---|
| GridCellArea() | 创建一个单元格区域。 |
| GridCellArea(int, int, int, int) | 创建一个单元格区域。 |
方法
| 姓名 | 描述 |
|---|---|
| override Equals(object) | 测试对象是否等于另一个 WebCellArea 对象。 |
| override GetHashCode() | 获取哈希码。 |
字段
| 姓名 | 描述 |
|---|---|
| EndColumn | 获取或设置该区域的结束列 |
| EndRow | 获取或设置该区域的结束行。 |
| StartColumn | 获取或设置该区域的起始列 |
| StartRow | 获取或设置该区域的起始行。 |