ExportGalacticSpcFileDialogController Constructor |
Creates the controller for the Galactic SPC file export dialog.
Namespace: Altaxo.Gui.WorksheetAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ExportGalacticSpcFileDialogController(
DataTable table,
IAscendingIntegerCollection selectedRows,
IAscendingIntegerCollection selectedColumns
)
Parameters
- table DataTable
- The data table which is about to be exported.
- selectedRows IAscendingIntegerCollection
- The selected rows of the data table.
- selectedColumns IAscendingIntegerCollection
- The selected columns of the data table.
See Also