Orientation Parameter (Connect-GoogleSheets Cmdlet)
Indicates whether the data in the sheet is laid out horizontally or vertically.
Syntax
Connect-GoogleSheets -Orientation string
Possible Values
Horizontal, VerticalData Type
cstr
Default Value
"Vertical"
Remarks
Horizontal | Specifies that the cmdlet operates on the rows of a sheet. |
Vertical | Specifies that the cmdlet operates on the columns of a sheet. |
Set this to "Horizontal" if the rows are arranged left to right. The first column contains the column names and subsequent columns become rows.