1DataGridViewRow row = this.dataGridView3.CurrentRow; 2string cell_text = row.Cells["KNOTEN"].Value.ToString();