Aspose::Cells::LowCode::LowCodeLoadOptions::SetInputFile method
Contents
[
Hide
]LowCodeLoadOptions::SetInputFile(const U16String&) method
Gets and sets the file(with path if needed) of the template.
void Aspose::Cells::LowCode::LowCodeLoadOptions::SetInputFile(const U16String &value)
Remarks
When setting a non-null and non-empty path to this property, the previously set value for InputStream will be ignored.
See Also
- Class Vector
- Class U16String
- Class LowCodeLoadOptions
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++
LowCodeLoadOptions::SetInputFile(const char16_t*) method
Gets and sets the file(with path if needed) of the template.
void Aspose::Cells::LowCode::LowCodeLoadOptions::SetInputFile(const char16_t *value)
Remarks
When setting a non-null and non-empty path to this property, the previously set value for InputStream will be ignored.
See Also
- Class Vector
- Class LowCodeLoadOptions
- Namespace Aspose::Cells::LowCode
- Library Aspose.Cells for C++