Aspose::Cells::ExternalConnections::ExternalConnectionCollection::Set method

ExternalConnectionCollection::Set method

Gets the ExternalConnection element at the specified index.

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

ReturnValue

The element at the specified index.

See Also