GetRow

GridCells.GetRow method

获取Row元素或在指定的单元格行索引处。

public GridRow GetRow(int i)
范围类型描述
rowInt32行索引

返回值

如果row对象存在则返回Row对象,否则返回null。

也可以看看