Aspose::Cells::Saving::SqlScriptSaveOptions::SetAddBlankLineBetweenRows method

SqlScriptSaveOptions::SetAddBlankLineBetweenRows method

Insert blank line between each data.

void Aspose::Cells::Saving::SqlScriptSaveOptions::SetAddBlankLineBetweenRows(bool value)

Remarks

If Separator is '

’ , it’s better to set this property as true to increase readability.

See Also