CopyColumns

CopyColumns(Cells, int, int, int, PasteOptions)

نسخ البيانات والتنسيقات لعمود كامل.

public void CopyColumns(Cells sourceCells0, int sourceColumnIndex, int destinationColumnIndex, 
    int columnNumber, PasteOptions pasteOptions)
معامليكتبوصف
sourceCells0Cellsيحتوي كائن الخلايا المصدر على بيانات وتنسيقات لنسخها.
sourceColumnIndexInt32فهرس عمود المصدر.
destinationColumnIndexInt32فهرس عمود الوجهة.
columnNumberInt32رقم العمود المنسوخ.
pasteOptionsPasteOptionsخيارات اللصق.

أنظر أيضا


CopyColumns(Cells, int, int, int)

نسخ البيانات والتنسيقات لعمود كامل.

public void CopyColumns(Cells sourceCells0, int sourceColumnIndex, int destinationColumnIndex, 
    int columnNumber)
معامليكتبوصف
sourceCells0Cellsيحتوي كائن الخلايا المصدر على بيانات وتنسيقات لنسخها.
sourceColumnIndexInt32فهرس عمود المصدر.
destinationColumnIndexInt32فهرس عمود الوجهة.
columnNumberInt32رقم العمود المنسوخ.

أنظر أيضا


CopyColumns(Cells, int, int, int, int)

نسخ البيانات وتنسيقات الأعمدة بأكملها.

public void CopyColumns(Cells sourceCells, int sourceColumnIndex, int sourceTotalColumns, 
    int destinationColumnIndex, int destinationTotalColumns)
معامليكتبوصف
sourceCellsCellsيحتوي كائن الخلايا المصدر على بيانات وتنسيقات لنسخها.
sourceColumnIndexInt32فهرس عمود المصدر.
sourceTotalColumnsInt32عدد أعمدة المصدر.
destinationColumnIndexInt32فهرس عمود الوجهة.
destinationTotalColumnsInt32عدد أعمدة الوجهة.

أنظر أيضا