XmlProperties.ExtensionList Property

Future Feature Data Storage Area.Represents the element tag in schema: x:extLst

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Property ExtensionList As ExtensionList
    Get
    Set
'Usage
Dim instance As XmlProperties
Dim value As ExtensionList

value = instance.ExtensionList

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.ExtensionList
Returns ExtensionList.

See Also

Reference

XmlProperties Class

XmlProperties Members

DocumentFormat.OpenXml.Spreadsheet Namespace