Item

CellCollection 索引器

通过位置返回一个单元格。只读 Cell

public ICell this[int index] { get; }

备注

如果单元格是合并的,则可以为多个索引返回一个 Cell 对象。

另请参见