File |
public static class FileCommands
The FileCommands type exposes the following members.
Name | Description | |
---|---|---|
ColorToBrightness | ||
ImportAscii | Obsolete. Imports Ascii data from a stream into the data table. | |
ImportAsciiToMultipleWorksheets | Obsolete. Imports multiple Ascii files into the provided table and additionally created tables. | |
ImportAsciiToSingleWorksheetHorizontally | Obsolete. Imports multiple Ascii files into a single data table, horizontally, i.e. in subsequent columns. | |
ImportAsciiToSingleWorksheetVertically | Obsolete. Imports multiple Ascii files into a single data table, vertically, i.e. in subsequent rows. | |
ShowAsciiImportOptionsDialog | Shows the ASCII analysis dialog. | |
ShowExportAsciiDialog | Asks for a file name and exports the table data into that file as Ascii. | |
ShowExportGalacticSPCDialog | Shows the dialog for Galactic SPC file export, and exports the data of the table using the options provided in that dialog. | |
ShowImportAsciiDialog(DataTable) | Asks for file name(s) and imports the file(s) into multiple worksheets. | |
ShowImportAsciiDialog(DataTable, Boolean, Boolean) | Asks for file name(s) and imports the file(s) into one or multiple worksheets. | |
ShowImportAsciiDialogAndOptions(DataTable) | Asks for file name(s) and imports the file(s) into multiple worksheets. | |
ShowImportAsciiDialogAndOptions(DataTable, Boolean, Boolean) | Asks for file name(s) and imports the file(s) into one or multiple worksheets. After the user chooses one or multiple files, one of the chosen files is used for analysis. The result of the structure analysis of this file is then presented to the user. The user may change some of the options and starts a re-analysis. Finally, the import options are confirmed by the user and the import process can start. | |
ShowImportGalacticSPCDialog | Asks for file names, and imports one or more Galactic SPC files into a single data table. | |
ShowImportImageDialog | Asks for a file name of an image file, and imports the image data into a data table. | |
ShowImportJcampDialog | Asks for file names, and imports one or more Jcamp files into a single data table. | |
ShowImportRenishawWdfDialog | Asks for file names, and imports one or more Renishaw .wdf files (Raman spectroscopy) into a single data table. |