Aspose::Cells::ExternalLinkCollection::Add method

ExternalLinkCollection::Add(const U16String&, const Vector <U16String>&) method

Adds an external link.

int32_t Aspose::Cells::ExternalLinkCollection::Add(const U16String &fileName, const Vector<U16String> &sheetNames)
ParameterTypeDescription
fileNameconst U16String&The external file name.
sheetNamesconst Vector <U16String>&All sheet names of the external file.

ReturnValue

The position of the external name in this list.

See Also

ExternalLinkCollection::Add(const char16_t*, const Vector <U16String>&) method

Adds an external link.

int32_t Aspose::Cells::ExternalLinkCollection::Add(const char16_t *fileName, const Vector<U16String> &sheetNames)
ParameterTypeDescription
fileNameconst char16_t*The external file name.
sheetNamesconst Vector <U16String>&All sheet names of the external file.

ReturnValue

The position of the external name in this list.

See Also

ExternalLinkCollection::Add(DirectoryType, const U16String&, const Vector <U16String>&) method

Add an external link .

int32_t Aspose::Cells::ExternalLinkCollection::Add(DirectoryType directoryType, const U16String &fileName, const Vector<U16String> &sheetNames)
ParameterTypeDescription
directoryTypeDirectoryTypeThe directory type of the file name.
fileNameconst U16String&the file name.
sheetNamesconst Vector <U16String>&All sheet names of the external file.

ReturnValue

The position of the external name in this list.

See Also

ExternalLinkCollection::Add(DirectoryType, const char16_t*, const Vector <U16String>&) method

Add an external link .

int32_t Aspose::Cells::ExternalLinkCollection::Add(DirectoryType directoryType, const char16_t *fileName, const Vector<U16String> &sheetNames)
ParameterTypeDescription
directoryTypeDirectoryTypeThe directory type of the file name.
fileNameconst char16_t*the file name.
sheetNamesconst Vector <U16String>&All sheet names of the external file.

ReturnValue

The position of the external name in this list.

See Also