Item

Range indexer

获取Cell此范围内的对象。

public Cell this[int rowOffset, int columnOffset] { get; }
范围描述
rowOffset此范围内的行偏移量,从零开始。
columnOffset此范围内的列偏移量,从零开始。

返回值

Cell目的。

也可以看看