TxtSaveOptions.TrimTailingBlankCells

TxtSaveOptions.TrimTailingBlankCells property

Indicates whether tailing blank cells in one row should be trimmed. Default is false.

public bool TrimTailingBlankCells { get; set; }

Remarks

When saving with LightCells mode and the ExportArea has not been specified, this option takes no effect and one row will be extended to just the last cell provided by the implementation LightCellsDataProvider

See Also