Posted 29 December 2020, 3:09 pm EST
I had set border color and style as blow into grid normal style in grid's Constructor
Please refer to the photo for the rest other of the description
---------------------------
this.Styles.Normal.Border.Color = System.Drawing.Color.DarkGray;
this.Styles.Normal.Border.Style = C1.Win.C1FlexGrid.BorderStyleEnum.Flat;
---------------------------
Not working to display images and cell border line into excel when i save grid to excel with method(SaveExcel)
some body help me please.

