我有一个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.
请帮助。