sir i am trying to put color in the cell so i tried
cells1(0, 1).Style.BackgroundColor = Color.Blue
but it is not working
then i tried cells1(0, 1).Style.ForegroundColor = Color.Blue
but it is also not working i can just the the white background
i can only put the font color by using
cells1(0, 1).Style.Font.Color = Color.Blue but i want backgroung
i am hereby attaching a excel file to reference you the kind of output i am expecting
Kindly help
i am currently using
aspose.cell V 4.0.1.0
waiting for your reply
thanks
Zaid