Aspose::Cells::TxtSaveOptions::SetTrimTailingBlankCells method

TxtSaveOptions::SetTrimTailingBlankCells method

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

void Aspose::Cells::TxtSaveOptions::SetTrimTailingBlankCells(bool value)

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