Aspose::Cells::TxtLoadOptions::SetExtendToNextSheet method

TxtLoadOptions::SetExtendToNextSheet method

Whether extends data to next sheet when the rows or columns of data exceed limit. Default is false.

void Aspose::Cells::TxtLoadOptions::SetExtendToNextSheet(bool value)

Remarks

If this property is true, extra data will be put into next sheet behind current one (if current sheet is the last one, new sheet will be appended to current workbook). If this property is false, the data exceeding limit will be ignored.

See Also