AD
Administrator
Syncfusion Team
May 10, 2006 03:49 AM UTC
Hi Pierre,
Please try this code to align the text in a cell.Here is a code snippet.
//For a cell
Me.grid[1,1].HorizontalAlignment = GridHorizontalAlignment.Right
//For a column
Me.grid.ColStyles[1].HorizontalAlignment = GridHorizontalAlignment.Right
Please let me know if this helps.
Best Regards,
Haneef