DelimitedTextSaveOptionsKeepSeparatorsForBlankRow Property |
Indicates whether separators should be output for blank row. Default value is false which means the content for blank row will be empty.
Namespace: GroupDocs.Editor.OptionsAssembly: GroupDocs.Editor (in GroupDocs.Editor.dll) Version: 21.1.1.0
Syntaxpublic bool KeepSeparatorsForBlankRow { get; set; }
Public Property KeepSeparatorsForBlankRow As Boolean
Get
Set
public:
property bool KeepSeparatorsForBlankRow {
bool get ();
void set (bool value);
}
member KeepSeparatorsForBlankRow : bool with get, set
Property Value
Type:
Boolean
See Also