FileCommandsShowExportGalacticSPCDialog Method |
Shows the dialog for Galactic SPC file export, and exports the data of the table using the options provided in that dialog.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void ShowExportGalacticSPCDialog(
this DataTable dataTable,
IAscendingIntegerCollection selectedDataRows,
IAscendingIntegerCollection selectedDataColumns
)
Parameters
- dataTable DataTable
- DataTable to export.
- selectedDataRows IAscendingIntegerCollection
- Rows to export (can be null - then all rows will be considered for export).
- selectedDataColumns IAscendingIntegerCollection
- Columns to export (can be null - then all columns will be considered for export).
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
DataTable. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also