HighLightRow

Declaration: ChartBook.Tables[].HighLightRow: integer;
In addition to the shading of the row background, a single row and a single column can be displayed in different colors (i.e. can be highlighted). The property HighLightRow determines the highlighted row by using the colors defined by the properties ColorHigh and ColorHighText. Note that the highlighted row is independent of any selected rows (property RowSelected).

Hint: In order to switch off highlighting, both the property HighLightRow and HighLightColumn have to be set to a zero value.