trichview.support
| 
 Re: Iterating through table cells  | 
| 
 Author  | 
 Message  | 
| 
 Yernar Shambaeyv  | 
 Posted: 07/02/2003 9:45:34 I believe the best way is the standard way: for r := 0 to table.Rows.Count-1 do for c := 0 to table.Rows[r].Count-1 do Yoerdes <[email protected]> wrote: >What is the best way to iterate through all table cells in >tables with split or merged cells? > >Yoerdes >  | 
Powered by ABC Amber Outlook Express Converter