Overload | Description |
LoadTextFile(SheetView,String,Boolean,IncludeHeaders,String,String,String) | Loads the text file with the specified formatting. |
LoadTextFile(SheetView,String,Boolean,IncludeHeaders,Boolean,String,String,String) | Loads the text file with the specified formatting. |
LoadTextFile(SheetView,String,Boolean,IncludeHeaders,String,String,String,Encoding) | Loads the text file with the specified formatting. |
LoadTextFile(SheetView,String,Boolean,IncludeHeaders,Boolean,String,String,String,Encoding) | Loads the text file with the specified formatting. |
LoadTextFile(SheetView,String,Boolean,IncludeHeaders,String,String,String,Encoding,Boolean) | Loads the text file with the specified formatting. |
LoadTextFile(SheetView,String,Boolean,IncludeHeaders,Boolean,String,String,String,Encoding,Boolean) | Loads the text file with the specified formatting. |
LoadTextFile(SheetView,Stream,Boolean,IncludeHeaders,String,String,String) | Loads the text from a stream with the specified formatting. |
LoadTextFile(SheetView,Stream,Boolean,IncludeHeaders,Boolean,String,String,String) | Loads the text from a stream with the specified formatting. |
LoadTextFile(SheetView,Stream,Boolean,IncludeHeaders,String,String,String,Encoding) | Loads the text from a stream with the specified formatting. |
LoadTextFile(SheetView,Stream,Boolean,IncludeHeaders,Boolean,String,String,String,Encoding) | Loads the text from a stream with the specified formatting. |
LoadTextFile(SheetView,Stream,Boolean,IncludeHeaders,String,String,String,Encoding,Boolean) | Loads the text from a stream with the specified formatting. |
LoadTextFile(SheetView,Stream,Boolean,IncludeHeaders,Boolean,String,String,String,Encoding,Boolean) | Loads the text from a stream with the specified formatting. |
LoadTextFile(SheetView,Boolean,IncludeHeaders,String,String,String,String) | Loads the text (string) data with the specified formatting. |
LoadTextFile(SheetView,Boolean,IncludeHeaders,Boolean,String,String,String,String) | Loads the text (string) data with the specified formatting. |
LoadTextFile(SheetView,Boolean,IncludeHeaders,String,String,String,String,Boolean) | Loads the text (string) data with the specified formatting. |
LoadTextFile(SheetView,Boolean,IncludeHeaders,Boolean,String,String,String,String,Boolean) | Loads the text (string) data with the specified formatting. |