Thread: DataRow index
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default DataRow index

Are you talking about a specific ActiveX control (not part of Excel). Or
perhaps this is an MS Access question?
--
Regards,
Tom Ogilvy

"Nabeel Moeen" wrote in message
...
hello all,
are the datarow index mantained when DataTable is sorted by clicking on

the
column header?
that is .. if the first row is index 1, suppose, and after sorting ona
specific column this row ends up 3rd... is the index still 1?

and also .. how can i get the index of a particular datarow .. ( assuming

i
hav the dataRow object) ?