Header Parameter (Connect-GoogleSheets Cmdlet)
Indicates whether or not the first row should be used as a column header.
Syntax
Connect-GoogleSheets -Header bool
Data Type
bool
Default Value
true
Remarks
If true, the first row will be used as a column header. Otherwise, the pseudo column names (A, B, C, etc.) will be used.
The Header property is used in conjunction with the Orientation property. When Header is set to false and Orientation is set to Columns, column names are reported as R1, R2, R3, etc.