Aspose::Cells::ExternalConnections::ConnectionParameterCollection::Get method

ConnectionParameterCollection::Get(int32_t) method

Gets the ConnectionParameter element at the specified index.

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

ReturnValue

The element at the specified index.

See Also

ConnectionParameterCollection::Get(const U16String&) method

Gets the ConnectionParameter element with the specified name.

ConnectionParameter Aspose::Cells::ExternalConnections::ConnectionParameterCollection::Get(const U16String &connParamName)
ParameterTypeDescription
connParamNameconst U16String&connection parameter name

ReturnValue

The element with the specified name.

See Also

ConnectionParameterCollection::Get(const char16_t*) method

Gets the ConnectionParameter element with the specified name.

ConnectionParameter Aspose::Cells::ExternalConnections::ConnectionParameterCollection::Get(const char16_t *connParamName)
ParameterTypeDescription
connParamNameconst char16_t*connection parameter name

ReturnValue

The element with the specified name.

See Also