Share via


WorksheetFunction.Transpose(Object) Methode

Definition

Gibt einen vertikalen Zellbereich als horizontalen Bereich zurück oder umgekehrt. TRANSPOSE muss als Arrayformel in einem Bereich eingegeben werden, der jeweils dieselbe Anzahl von Zeilen und Spalten besitzt wie ein Array. Verwenden Sie TRANSPOSE, um zwischen der vertikalen und horizontalen Ausrichtung eines Arrays auf einem Arbeitsblatt zu wechseln.

public:
 System::Object ^ Transpose(System::Object ^ Arg1);
public object Transpose (object Arg1);
Public Function Transpose (Arg1 As Object) As Object

Parameter

Arg1
Object

Array - an array or range of cells on a worksheet that you want to transpose. The transpose of an array is created by using the first row of the array as the first column of the new array, the second row of the array as the second column of the new array, and so on.

Gibt zurück

Gilt für: