Aspose::Cells::ExternalConnections::ConnectionParameterCollection class
Contents
[
Hide
]ConnectionParameterCollection class
Specifies the ConnectionParameter collection.
class ConnectionParameterCollection
Methods
| Method | Description |
|---|---|
| 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() const | Checks whether the implementation object is nullptr. |
| explicit operator bool() const | operator bool() |
| operator=(const ConnectionParameterCollection& src) | operator= |
| Set(const ConnectionParameter& value, int32_t index) | Gets the ConnectionParameter element at the specified index. |
| ~ConnectionParameterCollection() | Destructor. |
Fields
| Field | Description |
|---|---|
| _impl | The implementation object. |
See Also
- Namespace Aspose::Cells::ExternalConnections
- Library Aspose.Cells for C++