Aspose::Cells::ExternalConnections::ConnectionParameterCollection class

ConnectionParameterCollection class

Specifies the ConnectionParameter collection.

class ConnectionParameterCollection

Methods

MethodDescription
ConnectionParameterCollection(ConnectionParameterCollection_Impl* impl)Constructs from an implementation object.
ConnectionParameterCollection(const ConnectionParameterCollection& src)Copy constructor.
Get(int32_t index)Gets the ConnectionParameter element at the specified index.
Get(const U16String& connParamName)Gets the ConnectionParameter element with the specified name.
Get(const char16_t* connParamName)Gets the ConnectionParameter element with the specified name.
GetCount()
IsNull() constChecks whether the implementation object is nullptr.
explicit operator bool() constoperator bool()
operator=(const ConnectionParameterCollection& src)operator=
Set(const ConnectionParameter& value, int32_t index)Gets the ConnectionParameter element at the specified index.
~ConnectionParameterCollection()Destructor.

Fields

FieldDescription
_implThe implementation object.

See Also