79079655

Date: 2024-10-11 20:36:32
Score: 2.5
Natty:
Report link

Just replace the line

dataListCell.Style = new DataGridViewCellStyle { Font = lineFont };

with

dataListCell.Style.Font = lineFont;

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: ppepa