Row/Cell Spacing

How will I eliminate/lessen the extra space in between sentences that wraps in table cells(like setting it to single space)?

See attached file.

Hello Oliver,

Please try using the TextInfo.LineSpacing property to accomplish your requirement. i.e. you can set the DefaultCellTextInfo.LineSpacing value against row or particular cell. In case you still face any problem, please share the code snippet that you are using, so that we can test the issue at our end.

For further information, please visit LineSpacing.