Check out example codes for "datagridview column color c#". It will help you in understanding the concepts better.
Code Example 1
grid.Columns["NameOfColumn"].DefaultCellStyle.ForeColor = Color.Gray;
Learn ReactJs, React Native from akashmittal.com