add_blank_line_between_rows property
add_blank_line_between_rows property
Insert blank line between each data.
Remarks
If SqlScriptSaveOptions.separator
is ‘\n’ , it’s better to set this property as true to increase readability.
Definition:
@property
def add_blank_line_between_rows(self):
...
@add_blank_line_between_rows.setter
def add_blank_line_between_rows(self, value):
...
See Also
- module
aspose.cells.saving
- class
SqlScriptSaveOptions