Example #1
0
 public String[] ReadNextRow()
 {
     String[] row = Csv.ReadRow(p, i, d);
     i++;
     return(row);
 }
Example #2
0
 public String[] ReadRow(int index)
 {
     return(Csv.ReadRow(p, index, d));
 }