How can we set style to all cells in a range? Rather than this code:
Excel.Range rangeCols = xlWorkSheet.get_Range("a1", "CC1");
rangeCols.Orientation = 90;
What would be better to set style to whole row? Not limited to CC1. Helps wanted asap
Thanks in advance
You can do this: