trichview.support
| Selected Cells | 
| Author | Message | 
| Jonas Bilinkevicius | Posted: 02/03/2004 14:20:11 I need code which would change all selected cells in table Width property. But I am not sure what should be written instead of xxx, what functions sets if cell is selected or not? for r:=0 to table.Rows.Count-1 do for c:=0 to table.Rows[r].Count-1 do begin if table.Cells[r, c].XXX then begin table.Cells[r, c].BestWidth:=10; end; end; | 
Powered by ABC Amber Outlook Express Converter