Copys data from a source row to a destination row.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void CopyRow(
CellRange sourceRow,
Worksheet destSheet,
int destRowIndex,
CopyRangeOptions copyOptions
)
Public Sub CopyRow (
sourceRow As CellRange,
destSheet As Worksheet,
destRowIndex As Integer,
copyOptions As CopyRangeOptions
)
public:
void CopyRow(
CellRange^ sourceRow,
Worksheet^ destSheet,
int destRowIndex,
CopyRangeOptions copyOptions
)
member CopyRow :
sourceRow : CellRange *
destSheet : Worksheet *
destRowIndex : int *
copyOptions : CopyRangeOptions -> unit
Parameters
-
sourceRow
-
Type:
Spire.Xls
CellRange
Source row.
-
destSheet
-
Type:
Spire.Xls
Worksheet
Destination sheet
-
destRowIndex
-
Type:
System
Int32
Destination row index
-
copyOptions
-
Type:
Spire.Xls
CopyRangeOptions
Copy options.
See Also