WorkbookDataConnections Property |
Namespace: Aspose.CellsAssembly: Aspose.Cells (in Aspose.Cells.dll) Version: 19.11.0.0 (19.11)
Syntaxpublic ExternalConnectionCollection DataConnections { get; }
Public ReadOnly Property DataConnections As ExternalConnectionCollection
Get
public:
property ExternalConnectionCollection^ DataConnections {
ExternalConnectionCollection^ get ();
}
member DataConnections : ExternalConnectionCollection with get
Property Value
Type:
ExternalConnectionCollection
See Also