Aspose::Cells::LowCode::LowCodeLoadOptions::SetInputFile method

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

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