How can we display top or bottom lines in excel column header.
Dear Community,
we have requirement to display top and bottom lines in all the column headers in excel format.
Here in this above image, a line should appear below the scenario and view columns. Here both of the columns are overridden. If I apply "ExcelBottomBorderLineStyle" in Cell formatting. It applies for both of the columns since both are overridden.
Here, in this case I have created a blank row named it as "Row1" and given this condition below:
If (RowName Contains 'Row1') Then
ExcelTopBorderColor = Black, ExcelTopBorderLineStyle = Thick
End If
Anyhow, this method works only if I create a blank row and applied this conditional formatting. Is there any other way/formatting setting that can be applied to achieve this? Any solutions to this will be really helpful.
Thanks