Item
Range indexer
获取Cell
此范围内的对象。
public Cell this[int rowOffset, int columnOffset] { get; }
范围 | 描述 |
---|---|
rowOffset | 此范围内的行偏移量,从零开始。 |
columnOffset | 此范围内的列偏移量,从零开始。 |
返回值
Cell
目的。
也可以看看
- class Cell
- class Range
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
获取Cell
此范围内的对象。
public Cell this[int rowOffset, int columnOffset] { get; }
范围 | 描述 |
---|---|
rowOffset | 此范围内的行偏移量,从零开始。 |
columnOffset | 此范围内的列偏移量,从零开始。 |
Cell
目的。