G
Guest
How would I get at a certain piece of data in a dataset. For example, how
would I specify first row, first column. What seems logical to me doesn't
work.
Dim strResult as String = myDataset(0).Row(0).Column(0).ToString
would I specify first row, first column. What seems logical to me doesn't
work.
Dim strResult as String = myDataset(0).Row(0).Column(0).ToString