ExtensionList Class

Defines the ExtensionList Class.When the object is serialized out as xml, its qualified name is x:extLst.

Inheritance Hierarchy

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

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

Syntax

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

Remarks

The following table lists the possible child types:

  • Extension <x:ext>

[ISO/IEC 29500-1 1st Edition]

18.2.10 extLst (Future Feature Data Storage Area)

This element provides a convention for extending spreadsheetML in defined locations within the markup specification. The locations shall be denoted with the extLst element, and are called extension lists. Extension list locations within the markup document are specified in the markup specification and can be used to store extensions to the markup specification, whether those are future version extensions of the markup specification or are private extensions implemented independently from the markup specification. Markup within an extension might not be understood by a markup consumer.

extLst elements contain ext elements, called extensions. See §18.2.7 for more discussion of extensions.

[Note: Allowing markup specification extensions and private markup extensions within an extension list does not violate interoperability because the rules articulated within §18.2.7 and Part 5, §12 describe how markup producers and consumers must generate and consume markup documents containing application defined extension elements, including how to avoid and when to generate error conditions. end note]

[Note: This element is not intended to reintroduce transitional schema into the strict conformance class. end note]

Parent Elements

autoFilter (§18.3.1.2); bk (§18.9.2); c (§18.3.1.4); cacheField (§18.10.1.3); cacheHierarchy (§18.10.1.6); cacheSource (§18.10.1.7); calcChain (§18.6.2); calculatedItem (§18.10.1.8); calculatedMember (§18.10.1.10); cellStyle (§18.8.7); cfRule (§18.3.1.10); cfvo (§18.3.1.11); chartsheet (§18.3.1.12); comments (§18.7.6); conditionalFormat (§18.10.1.18); conditionalFormatting (§18.3.1.18); connection (§18.13.1); customSheetView (§18.3.1.25); customWorkbookView (§18.2.3); dataField (§18.10.1.22); dialogsheet (§18.3.1.34); dxf (§18.8.14); externalLink (§18.14.8); filter (§18.10.1.33); filterColumn (§18.3.2.7); format (§18.10.1.35); futureMetadata (§18.9.4); groupLevel (§18.10.1.39); header (§18.11.1.1); ignoredErrors (§18.3.1.51); metadata (§18.9.8); nc (§18.11.1.3); ndxf (§18.11.1.4); oc (§18.11.1.5); odxf (§18.11.1.6); pageField (§18.10.1.62); pivotArea (§18.3.1.68); pivotCacheDefinition (§18.10.1.67); pivotCacheRecords (§18.10.1.68); pivotField (§18.10.1.69); pivotHierarchy (§18.10.1.72); pivotTableDefinition (§18.10.1.73); queryTable (§18.12.2); queryTableField (§18.12.4); queryTableRefresh (§18.12.6); rcc (§18.11.1.9); rdn (§18.11.1.13); reference (§18.10.2.1); rfmt (§18.11.1.17); row (§18.3.1.73); rsnm (§18.11.1.22); sheetView (§18.3.1.86); sheetView (§18.3.1.87); sheetViews (§18.3.1.89); sheetViews (§18.3.1.88); singleXmlCell (§18.5.2.1); sortState (§18.3.1.92); sst (§18.4.9); styleSheet (§18.8.39); table (§18.5.1.2); tableColumn (§18.5.1.3); tupleCache (§18.10.1.94); userInfo (§18.11.2.1); volTypes (§18.15.6); workbook (§18.2.27); workbookView (§18.2.30); worksheet (§18.3.1.99); xf (§18.8.45); xmlCellPr (§18.5.2.3); xmlColumnPr (§18.5.1.7); xmlPr (§18.5.2.4)

Child Elements

Subclause

ext (Extension)

§18.2.7

[Note: The W3C XML Schema definition of this element’s content model (CT_ExtensionList) is located in §A.2. end note]

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ExtensionList Members

DocumentFormat.OpenXml.Spreadsheet Namespace