Click or drag to resize

ExportGalacticSpcFileDialogController Constructor

Creates the controller for the Galactic SPC file export dialog.

Namespace: Altaxo.Gui.Worksheet
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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