has_headers property
has_headers property
Gets or sets a value indicating whether the first line of CSV data contains column names.
Remarks
The default value is false .
Definition:
@property
def has_headers(self):
...
@has_headers.setter
def has_headers(self, value):
...
See Also
- module
groupdocs.assembly.data
- class
CsvDataLoadOptions