trichview.com

trichview.support




Re: Selected Cells


Return to index


Author

Message

Sergey Tkachenko

Posted: 02/04/2004 19:55:25


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) and

       table.IsCellSelected(r,c) then ...





Powered by ABC Amber Outlook Express Converter