separator property
separator property
Gets and sets character separator of text file.
Definition:
@property
def separator(self):
...
@separator.setter
def separator(self, value):
...
See Also
- module
aspose.cells
- class
TxtLoadOptions
Gets and sets character separator of text file.
@property
def separator(self):
...
@separator.setter
def separator(self, value):
...
aspose.cells
TxtLoadOptions