Thread: DataRow index
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nabeel Moeen Nabeel Moeen is offline
external usenet poster
 
Posts: 3
Default DataRow index

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