ConnectionParameterCollection.Item
ConnectionParameterCollection indexer (1 of 2)
Gets the ConnectionParameter
element at the specified index.
public ConnectionParameter this[int index] { get; set; }
Parameter | Description |
---|---|
index | The zero based index of the element. |
Return Value
The element at the specified index.
See Also
- class ConnectionParameter
- class ConnectionParameterCollection
- namespace Aspose.Cells.ExternalConnections
- assembly Aspose.Cells
ConnectionParameterCollection indexer (2 of 2)
Gets the ConnectionParameter
element with the specified name.
public ConnectionParameter this[string connParamName] { get; }
Parameter | Description |
---|---|
connParamName | connection parameter name |
Return Value
The element with the specified name.
See Also
- class ConnectionParameter
- class ConnectionParameterCollection
- namespace Aspose.Cells.ExternalConnections
- assembly Aspose.Cells