CopyRow
GridCells.CopyRow method
复制整行的数据和格式。
public void CopyRow(GridCells sourceCells, int sourceRowIndex, int destinationRowIndex)
范围 | 类型 | 描述 |
---|---|---|
sourceCells | GridCells | 源单元格对象包含要复制的数据和格式。 |
sourceRowIndex | Int32 | 源行索引。 |
destinationRowIndex | Int32 | 目标行索引。 |
复制整行的数据和格式。
public void CopyRow(GridCells sourceCells, int sourceRowIndex, int destinationRowIndex)
范围 | 类型 | 描述 |
---|---|---|
sourceCells | GridCells | 源单元格对象包含要复制的数据和格式。 |
sourceRowIndex | Int32 | 源行索引。 |
destinationRowIndex | Int32 | 目标行索引。 |