I'm trying to copy and paste Multi-lined and tabulated DataGridView cell strings into other cells (DataGridViewTextBoxColumn). For example I would like to copy one column of text into another column. The problem I encounter is that the single cell can contain multi-lined and tabulated text which makes it imposible to distinguish between DataGridView rows and columns. Any ideas how to accomplish this?