FireDAC Components for Google Sheets

Build 23.0.8839

Orientation

Indicates whether the data in the sheet is laid out horizontally or vertically.

Syntax


property Orientation: String;

Possible Values

Horizontal, Vertical

Data Type

String

Default Value

"Vertical"

Remarks

HorizontalSpecifies that the component operates on the rows of a sheet.
VerticalSpecifies that the component operates on the columns of a sheet.

By default, the component models vertically oriented spreadsheet data -- rows arranged vertically below a header row.

Set this to "Horizontal" if the rows are arranged left to right. The first column contains the column names and subsequent columns become rows.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839