Share via


DataModelRoot.ConnectionList Property

Connection List.Represents the element tag in schema: dgm:cxnLst

Namespace:  DocumentFormat.OpenXml.Drawing.Diagrams
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property ConnectionList As ConnectionList
    Get
    Set
'Usage
Dim instance As DataModelRoot
Dim value As ConnectionList

value = instance.ConnectionList

instance.ConnectionList = value
public ConnectionList ConnectionList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.Diagrams.ConnectionList

See Also

Reference

DataModelRoot Class

DataModelRoot Members

DocumentFormat.OpenXml.Drawing.Diagrams Namespace