ПИбд-22 Морозов Д.В. Лабораторная 4 #9

Closed
MorozovDanil wants to merge 4 commits from LabWork№4 into LabWork№3
Showing only changes of commit ea5578c18a - Show all commits

View File

@ -97,7 +97,7 @@ internal class ExcelBuilder
for (var j = 0; j < data.Last().Length; ++j)
{
CreateCell(j, _rowIndex, data.Last()[j],
StyleIndex.SimpleTextWithBorder);
StyleIndex.BoldTextWithBorder);
}
_rowIndex++;
return this;