| Name | Description |
---|
  | Load(String) |
Imports a data frame from the given text file.
|
  | Load(Stream, String) |
Imports a data frame from the given stream.
|
  | Load(StreamReader, String) |
Imports a data frame from the given stream reader.
|
  | Load(String, Boolean, Boolean, String, Boolean) |
Imports a data frame from the given text file.
|
  | Load(Stream, String, Boolean, Boolean, String, Boolean) |
Imports a data frame from the given stream.
|
  | Load(StreamReader, String, Boolean, Boolean, String, Boolean) |
Imports a data frame from the given stream reader.
|