Exports to a single SPC spectrum from a single table row.
Namespace: Altaxo.Serialization.GalacticAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? FromRow(
string filename,
DataTable table,
int rownumber,
INumericColumn xcolumn,
IAscendingIntegerCollection selectedColumns
)
Parameters
- filename String
- The name of the file where to export to.
- table DataTable
- The table from which to export.
- rownumber Int32
- The number of the table row that contains the data to export.
- xcolumn INumericColumn
- The x column that contains the x data.
- selectedColumns IAscendingIntegerCollection
- The columns that where selected in the table, i.e. the columns which are exported. If this parameter is null
or no columns are selected, then all data of a row will be exported.
Return Value
StringNull if export was successfull, error description otherwise.
See Also