How can I change the foreground color for the columns header?
There are two options to change the foreground color of the column’s header: • Using the ForeColorHeader property to change the foreground color of the control’s header bar. • Using the HTMLCaption property of the Column object to color parts of the column’s caption, like in the following sample: With Grid1.Columns(0) .