Table.TableExtensionList 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 TableExtensionList As TableExtensionList
    Get
    Set
'Usage
Dim instance As Table
Dim value As TableExtensionList

value = instance.TableExtensionList

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.TableExtensionList

See Also

Reference

Table Class

Table Members

DocumentFormat.OpenXml.Spreadsheet Namespace