- getColumnOfNumbers(String, int) - Static method in class VCSVWeb
- 
Returns an array of numbers that exist in a certain column of a CSV file. 
- getColumnOfStrings(String, int) - Static method in class VCSVWeb
- 
Returns an array of numbers that exist in a certain column of a CSV file. 
- getNumCols(String) - Static method in class VCSVWeb
- 
Returns the number of columns that contain data in a CSV file. 
- getNumRows(String) - Static method in class VCSVWeb
- 
Returns the number of rows that contain data in a CSV file. 
- getRowOfNumbers(String, int) - Static method in class VCSVWeb
- 
Returns an array of numbers that exist in a certain row of a CSV file.