Click here to Skip to main content
15,921,212 members

Comments by Abu Aamir Ahmad (Top 5 by date)

Abu Aamir Ahmad 24-May-19 12:51pm View    
ok..thank you so much
Abu Aamir Ahmad 24-May-19 12:30pm View    
can you please correct my this code?...

DataTable dt = tablelist.Columns[i];
if (DataColumnCollection.tablelist.Column.Company = "Wipro")

{
Console.WriteLine(System.Drawing.ColorTranslator.ToOle(System.Drawing.Color.Yellow));
}
else
{
Console.WriteLine(System.Drawing.ColorTranslator.ToOle(System.Drawing.Color.Red));
}
Abu Aamir Ahmad 24-May-19 7:12am View    
i want to change cell color by using loops in c# not on excel sheet...i wish when i'll export my data table in excel it will already happens
Abu Aamir Ahmad 24-May-19 6:46am View    
Thank you so much for give me responce but i want to do it in my C# coding by using loops: If_else, can you please see my coding and say what can i do? Thanking you
Abu Aamir Ahmad 24-May-19 6:45am View    
Thank you so much for give me responce but i want to do it in my C# coding by using loops: If_else, can you please see my coding and say what can i do? Thanking you