GetOffset
Range.GetOffset method
获取Range范围偏移量.
public Range GetOffset(int rowOffset, int columnOffset)
| 范围 | 类型 | 描述 |
|---|---|---|
| rowOffset | Int32 | 此范围内的行偏移量,从零开始。 |
| columnOffset | Int32 | 此范围内的列偏移量,从零开始。 |
也可以看看
- class Range
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
获取Range范围偏移量.
public Range GetOffset(int rowOffset, int columnOffset)
| 范围 | 类型 | 描述 |
|---|---|---|
| rowOffset | Int32 | 此范围内的行偏移量,从零开始。 |
| columnOffset | Int32 | 此范围内的列偏移量,从零开始。 |