Item
ConnectionParameterCollection indexer (1 of 2)
ConnectionParameter
belirtilen dizindeki öğe.
public ConnectionParameter this[int index] { get; set; }
Parametre | Tanım |
---|---|
index | Öğenin sıfır tabanlı dizini. |
Geri dönüş değeri
Belirtilen dizindeki öğe.
Ayrıca bakınız
- class ConnectionParameter
- class ConnectionParameterCollection
- ad alanı Aspose.Cells.ExternalConnections
- toplantı Aspose.Cells
ConnectionParameterCollection indexer (2 of 2)
ConnectionParameter
belirtilen ada sahip öğe.
public ConnectionParameter this[string connParamName] { get; }
Parametre | Tanım |
---|---|
connParamName | bağlantı parametresi adı |
Geri dönüş değeri
Belirtilen ada sahip öğe.
Ayrıca bakınız
- class ConnectionParameter
- class ConnectionParameterCollection
- ad alanı Aspose.Cells.ExternalConnections
- toplantı Aspose.Cells