Connection.ConnectionExtensionList Property
Future Feature Data Storage.Represents the element tag in schema: x:extLst
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Property ConnectionExtensionList As ConnectionExtensionList
Get
Set
'Usage
Dim instance As Connection
Dim value As ConnectionExtensionList
value = instance.ConnectionExtensionList
instance.ConnectionExtensionList = value
public ConnectionExtensionList ConnectionExtensionList { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.ConnectionExtensionList