GridDesktop.EnableClipboardCopyPaste

GridDesktop.EnableClipboardCopyPaste property

Indicates whether to copy/paste based on clipboard,so that it can copy/paste with MS-EXCEL. It only copys/pastes cell value ,It does not copy any other setting of the cell like format,border style and so on The default value is false.

public bool EnableClipboardCopyPaste { get; set; }

See Also