Cells.CopyRows
Contents
[
Hide
]CopyRows(Cells, int, int, int)
Copies data and formats of some whole rows.
public void CopyRows(Cells sourceCells, int sourceRowIndex, int destinationRowIndex, int rowNumber)
Parameter | Type | Description |
---|---|---|
sourceCells | Cells | Source Cells object contains data and formats to copy. |
sourceRowIndex | Int32 | Source row index. |
destinationRowIndex | Int32 | Destination row index. |
rowNumber | Int32 | The copied row number. |
See Also
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
CopyRows(Cells, int, int, int, CopyOptions)
Copies data and formats of some whole rows.
public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex,
int rowNumber, CopyOptions copyOptions)
Parameter | Type | Description |
---|---|---|
sourceCells0 | Cells | Source Cells object contains data and formats to copy. |
sourceRowIndex | Int32 | Source row index. |
destinationRowIndex | Int32 | Destination row index. |
rowNumber | Int32 | The copied row number. |
copyOptions | CopyOptions | The copy options. |
See Also
- class CopyOptions
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells
CopyRows(Cells, int, int, int, CopyOptions, PasteOptions)
Copies data and formats of some whole rows.
public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex,
int rowNumber, CopyOptions copyOptions, PasteOptions pasteOptions)
Parameter | Type | Description |
---|---|---|
sourceCells0 | Cells | Source Cells object contains data and formats to copy. |
sourceRowIndex | Int32 | Source row index. |
destinationRowIndex | Int32 | Destination row index. |
rowNumber | Int32 | The copied row number. |
copyOptions | CopyOptions | The copy options. |
pasteOptions | PasteOptions | the options of pasting. |
See Also
- class CopyOptions
- class PasteOptions
- class Cells
- namespace Aspose.Cells
- assembly Aspose.Cells