first_row_contains_column_names property

Odso.first_row_contains_column_names property

Specifies that a hosting application shall treat the first row of data in the specified external data source as a header row containing the names of each column in the data source. The default value is False.

@property
def first_row_contains_column_names(self) -> bool:
    ...

@first_row_contains_column_names.setter
def first_row_contains_column_names(self, value: bool):
    ...

Remarks

RK I have never seen this in use.

See Also