private void copyAlltoClipboard() { sdataGridView.SelectAll(); DataObject dataObj = sdataGridView.GetClipboardContent(); if (dataObj != null