Aspose::Cells::ExternalConnections::ConnectionParameterCollection::Set method

ConnectionParameterCollection::Set method

Gets the ConnectionParameter element at the specified index.

void Aspose::Cells::ExternalConnections::ConnectionParameterCollection::Set(const ConnectionParameter &value, int32_t index)
ParameterTypeDescription
indexconst ConnectionParameter&The zero based index of the element.

ReturnValue

The element at the specified index.

See Also