Click or drag to resize

Transposing Class

Contains methods to transpose a worksheet.
Inheritance Hierarchy
SystemObject
  Altaxo.DataTransposing

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class Transposing

The Transposing type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAreAllColumnsOfTheSameType Tests whether or not all columns in this collection have the same type.
Public Extension MethodTranspose Transpose transpose the table, i.e. exchange columns and rows this can only work if all columns in the table are of the same type
Public Extension MethodTransposeIsPossible Tests if the transpose of a table is possible.
Top
See Also