NiceGrid
NiceGrid copied to clipboard
TNiceGrid for Delphi
This code would be changed ``` if IsDate(txt) then begin if BiDiMode = bdRightToLeft then begin txt := MonthDayYearFormat(txt); xlSheet.Range['A4:Z4'].Cells[ARow, ACol + 1].NumberFormat := 'yyyy' + DateSeparator + 'mm' +...
Set event OnHeaderClick After returning to grid, it processes next key as header click !
How do I change the background color of a cell in the Nice Grid? ``` NiceGrid1[1,1].cellcolor := clblue; //??? //or NiceGrid1.Cells[1,1].Color := clblue; // ??? ```
where is u_utlClassHelpers in the demo?