Freigeben über


DataFieldExtensionList-Klasse

Future Feature Data Storage Area.When the object is serialized out as xml, its qualified name is x:extLst.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.DataFieldExtensionList

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(DataFieldExtension))> _
Public Class DataFieldExtensionList _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As DataFieldExtensionList
[ChildElementInfoAttribute(typeof(DataFieldExtension))]
public class DataFieldExtensionList : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • DataFieldExtension <x:ext>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

DataFieldExtensionList-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace