Transposing Class |
public static class Transposing
The Transposing type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | AreAllColumnsOfTheSameType | Tests whether or not all columns in this collection have the same type. |
![]() | Transpose | 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 |
![]() | TransposeIsPossible | Tests if the transpose of a table is possible. |