PivotTableDefinition.AutoFormatId Property
Auto Format Id.Represents the attribte in schema: autoFormatId
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "autoFormatId")> _
Public Property AutoFormatId As UInt32Value
Get
Set
'Usage
Dim instance As PivotTableDefinition
Dim value As UInt32Value
value = instance.AutoFormatId
instance.AutoFormatId = value
[SchemaAttrAttribute(, "autoFormatId")]
public UInt32Value AutoFormatId { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value