CellStyle.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

声明
Public Property ExtensionList As ExtensionList
    Get
    Set
用法
Dim instance As CellStyle
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

CellStyle Class

CellStyle Members

DocumentFormat.OpenXml.Spreadsheet Namespace