نسخ ولصق الصفوف في GridDesktop داخل التحكم وبين التحكم وإكسل

تعيين خاصية GridDesktop.ClipboardCopyPaste في وضع التصميم ووقت التشغيل

الكود النموذجي التالي يقوم بتعيين خاصية GridDesktop.ClipboardCopyPaste في وقت التشغيل.

// For complete examples and data files, please go to https://github.com/aspose-cells/Aspose.Cells-for-.NET
/*
* Indicates whether to copy/paste based on clipboard, so that it can copy/paste with MS-EXCEL.
* It will only copy/paste cell value and will not copy any other setting of the cell like format, border style and so on.
* The default value is false.
*/
gridDesktop1.EnableClipboardCopyPaste = true;