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

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