trichview.com

trichview.support




Re: Iterating through table cells


Return to index


Author

Message

Sergey Tkachenko

Posted: 07/02/2003 11:07:06


for r := 0 to table.Rows.Count-1 do

  for c := 0 to table.Rows[r].Count-1 do

    if table.Cells[r,c]<>nil then

    begin

      // your code here

    end;




>

> 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

>






Powered by ABC Amber Outlook Express Converter