PivotField.PivotFieldExtensionList 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 PivotFieldExtensionList As PivotFieldExtensionList
Get
Set
'Usage
Dim instance As PivotField
Dim value As PivotFieldExtensionList
value = instance.PivotFieldExtensionList
instance.PivotFieldExtensionList = value
public PivotFieldExtensionList PivotFieldExtensionList { get; set; }
Property Value
Type: DocumentFormat.OpenXml.Spreadsheet.PivotFieldExtensionList