Hallo zusammen,
wie kann ich eine Zelle zweifarbig, oder nur die hälfte andersfarbig machen ?
So mache ich zur Zeit eine ganze Zelle andersfarbig:
Delphi-Quellcode:
Canvas.Brush.Color := clSilver;
Canvas.FillRect(Rect);
Canvas.TextOut(Rect.Left+2, Rect.Top+2, Cells[ACol, ARow]);
Gruss
Holger