Aspose::Cells::LowCode::LowCodeSaveOptions::SetOutputFile method
LowCodeSaveOptions::SetOutputFile(const U16String&) method
Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored.
void Aspose::Cells::LowCode::LowCodeSaveOptions::SetOutputFile(const U16String &value)
See Also
- Class Vector
- Class U16String
- Class LowCodeSaveOptions
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++
LowCodeSaveOptions::SetOutputFile(const char16_t*) method
Gets and sets the file(with path if needed) for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored.
void Aspose::Cells::LowCode::LowCodeSaveOptions::SetOutputFile(const char16_t *value)
See Also
- Class Vector
- Class LowCodeSaveOptions
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++