So I am using gridview and want it so my first 2 clumns of my last row to combine into one. Becuase right now just have a blank area and it looks weird.
Also trying to figure out how to set the font a diffrent size on that 1 word also.
dt.Rows.Add(new object[] { "Line Totals", "", cases, target,
((cases / target) * 100).ToString("n2") + "%", changeovers - 1});
Trying to change font of " Line Totals" and merge "Line Totals" with the blank area "".