I want to make test
variable bold, but I can't find the sample code for this problem.
string test = "computer"; //this should be bold
worksheet_Main.Cells[25, "b"] = "bla bla bla" + test + "bla bla bla";
I want to make test
variable bold, but I can't find the sample code for this problem.
string test = "computer"; //this should be bold
worksheet_Main.Cells[25, "b"] = "bla bla bla" + test + "bla bla bla";