Item
CellCollection 索引器
通过位置返回一个单元格。只读 Cell
。
public ICell this[int index] { get; }
备注
如果单元格是合并的,则可以为多个索引返回一个 Cell 对象。
另请参见
- 接口 ICell
- 类 CellCollection
- 命名空间 Aspose.Slides
- 程序集 Aspose.Slides
通过位置返回一个单元格。只读 Cell
。
public ICell this[int index] { get; }
如果单元格是合并的,则可以为多个索引返回一个 Cell 对象。