换行后如何从DataGridView列中获取第一行文本?

时间:2019-04-08 05:54:08

标签: c# .net datagridview

我有一个DataGridView,它包含带有自动换行的列。所以我想在换行后获得列的第一行。我该如何实现?

例如:

主线:

This is a test message to show what I really need to achieve from the DataGridView cell.

包装文字:

This is a test message
to show what I really
need to achieve from
the DataGridView cell.

所需的输出:

This is a test message.

请帮助。

0 个答案:

没有答案