GetRow
GridCells.GetRow method
获取Row元素或在指定的单元格行索引处。
public GridRow GetRow(int i)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引 |
返回值
如果row对象存在则返回Row对象,否则返回null。
也可以看看
- class GridRow
- class GridCells
- 命名空间 Aspose.Cells.GridWeb.Data
- 部件 Aspose.Cells.GridWeb
获取Row元素或在指定的单元格行索引处。
public GridRow GetRow(int i)
范围 | 类型 | 描述 |
---|---|---|
row | Int32 | 行索引 |
如果row对象存在则返回Row对象,否则返回null。