question about using the TMS Columngrid.

Hi,
I have a question about using the TMS Columngrid.
I put an image in the background for each Cells.
I want to adjust the position of the text not a cell's backgound image.
When I using the updateXYOffset, text move with the background image.
Is there a way can I adjust text and background images separately?

A possible way to control the text indenting separately from the background image could be to use HTML formatted text:

<IND x="pixels">Your text</IND>
Thanks for the answer, 
I used HTML fomatted text <p line-height="1"></P> <p indent="1"></p> to adjust the position of the text. 
EX) TAdvColumnGrid.Cells[1,1] := <p line-height="10"></P><P indent="30">Long~~~~~~~Text </P>';.
I want to each cell do Auto multi-line text with a word wrap for LongText in HTML fomat , not use #13#10. 
Is there other way can I adjust text with Auto multi-line text with a word wrap using HTML fomatted text ?

If you use <p indent="X"> ... the entire paragraph, i.e. wordwrapped text, will be indented by X.