Zitat von
grenzgaenger:
..mach doch keine leichenfledderei..z.b. ein stringgrid oder 'n excel
OLE objekt
*Räusper*
Delphi-Quellcode:
if (ACol = 1) and (ARow = 1) then begin
canvas.Font.Color:=clwhite;
canvas.brush.Color := clNavy;
canvas.TextOut(rect.Left,rect.bottom-canvas.Textheight('X')-1,
' Zelle 1');
end
So etwas muss ins OnDrawCell des Grids.