CopyRows

CopyRows(Cells, int, int, int)

نسخ بيانات وتنسيقات لبعض الصفوف بأكملها.

public void CopyRows(Cells sourceCells, int sourceRowIndex, int destinationRowIndex, int rowNumber)
معامليكتبوصف
sourceCellsCellsيحتوي كائن الخلايا المصدر على بيانات وتنسيقات لنسخها.
sourceRowIndexInt32فهرس صف المصدر.
destinationRowIndexInt32فهرس صف الوجهة.
rowNumberInt32رقم الصف المنسوخ.

أنظر أيضا


CopyRows(Cells, int, int, int, CopyOptions)

نسخ بيانات وتنسيقات لبعض الصفوف بأكملها.

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions)
معامليكتبوصف
sourceCells0Cellsيحتوي كائن الخلايا المصدر على بيانات وتنسيقات لنسخها.
sourceRowIndexInt32فهرس صف المصدر.
destinationRowIndexInt32فهرس صف الوجهة.
rowNumberInt32رقم الصف المنسوخ.
copyOptionsCopyOptionsخيارات النسخ.

أنظر أيضا


CopyRows(Cells, int, int, int, CopyOptions, PasteOptions)

نسخ بيانات وتنسيقات لبعض الصفوف بأكملها.

public void CopyRows(Cells sourceCells0, int sourceRowIndex, int destinationRowIndex, 
    int rowNumber, CopyOptions copyOptions, PasteOptions pasteOptions)
معامليكتبوصف
sourceCells0Cellsيحتوي كائن الخلايا المصدر على بيانات وتنسيقات لنسخها.
sourceRowIndexInt32فهرس صف المصدر.
destinationRowIndexInt32فهرس صف الوجهة.
rowNumberInt32رقم الصف المنسوخ.
copyOptionsCopyOptionsخيارات النسخ.
pasteOptionsPasteOptionsخيارات اللصق.

أنظر أيضا