comment_char property
comment_char property
Gets or sets the character that is used to comment lines of CSV data.
Remarks
The default value is ‘#’ (number sign).
Definition:
@property
def comment_char(self):
...
@comment_char.setter
def comment_char(self, value):
...
See Also
- module
groupdocs.assembly.data
- class
CsvDataLoadOptions