Aspose::Cells::ExternalConnections::ExternalConnection::SetSourceFile method

ExternalConnection::SetSourceFile(const U16String&) method

Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation.

void Aspose::Cells::ExternalConnections::ExternalConnection::SetSourceFile(const U16String &value)

See Also

ExternalConnection::SetSourceFile(const char16_t*) method

Used when the external data source is file-based. When a connection to such a data source fails, the spreadsheet application attempts to connect directly to this file. May be expressed in URI or system-specific file path notation.

void Aspose::Cells::ExternalConnections::ExternalConnection::SetSourceFile(const char16_t *value)

See Also