Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get method

ExternalConnectionCollection::Get(int32_t) method

Gets the ExternalConnection element at the specified index.

ExternalConnection Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get(int32_t index)
ParameterTypeDescription
indexint32_tThe zero based index of the element.

ReturnValue

The element at the specified index.

See Also

ExternalConnectionCollection::Get(const U16String&) method

Gets the ExternalConnection element with the specified name.

ExternalConnection Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get(const U16String &connectionName)
ParameterTypeDescription
connectionNameconst U16String&the name of data connection

ReturnValue

The element with the specified name.

See Also

ExternalConnectionCollection::Get(const char16_t*) method

Gets the ExternalConnection element with the specified name.

ExternalConnection Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Get(const char16_t *connectionName)
ParameterTypeDescription
connectionNameconst char16_t*the name of data connection

ReturnValue

The element with the specified name.

See Also