Aspose::Cells::TxtSaveOptions::GetExportAllSheets method

TxtSaveOptions::GetExportAllSheets method

Indicates whether exporting all sheets to the text file. If it is false, only export the activesheet, just like MS Excel.

bool Aspose::Cells::TxtSaveOptions::GetExportAllSheets()

Remarks

The defult value is false.

See Also