ExternalLinkCollection.Add

Add(string, string[])

Adds an external link.

public int Add(string fileName, string[] sheetNames)
ParameterTypeDescription
fileNameStringThe external file name.
sheetNamesString[]All sheet names of the external file.

Return Value

The position of the external name in this list.

See Also


Add(DirectoryType, string, string[])

Add an external link .

public int Add(DirectoryType directoryType, string fileName, string[] sheetNames)
ParameterTypeDescription
directoryTypeDirectoryTypeThe directory type of the file name.
fileNameStringthe file name.
sheetNamesString[]All sheet names of the external file.

Return Value

The position of the external name in this list.

See Also