Click or drag to resize

Transposing Methods

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 Transposes the table, that is, exchanges columns and rows. This can only work if all columns in the transposed range have the same type.
Public Extension MethodTransposeIsPossible Tests if the transpose of a table is possible.
Top
See Also