Item
RowCollection indexer
得到一个给定行索引的对象。给定行索引的 Row 对象如果之前不存在将被实例化。
public Row this[int rowIndex] { get; }
也可以看看
- class Row
- class RowCollection
- 命名空间 Aspose.Cells
- 部件 Aspose.Cells
得到一个给定行索引的对象。给定行索引的 Row 对象如果之前不存在将被实例化。
public Row this[int rowIndex] { get; }