TransposingTranspose Method |
Transposes the table, that is, exchanges columns and rows.
This can only work if all columns in the transposed range have the same type.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
Exceptions| Exception | Condition |
|---|
| ArgumentNullException |
Thrown if srcTable or destTable is .
|
| ArgumentException | Thrown if srcTable and destTable reference the same table instance. |
| InvalidOperationException | The data columns to transpose are not of the same type. The first column that has a deviating type is column number + firstDifferentColumnIndex.ToString() |
See Also