Overload | Description |
---|---|
ImportData(String,String) | Import all the data of the specified source of the file. |
ImportData(String,String,Int32,Int32,Int32,Int32) | Import the data of a specified range from a file. |
ImportData(Stream,String) | Import all the data of the specified source of the file. |
ImportData(Stream,String,Int32,Int32,Int32,Int32) | Import the data of a specified range from a fileStream. |