Share via


NoNamespace.preserveFormatting Field

Definition

Represents the preserveFormatting XML attributes.

public static readonly System.Xml.Linq.XName preserveFormatting;
 staticval mutable preserveFormatting : System.Xml.Linq.XName
Public Shared ReadOnly preserveFormatting As XName 

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: pivotTableDefinition, queryTable.
  • corresponds to the following strongly-typed properties: PivotTableDefinition.PreserveFormatting, QueryTable.PreserveFormatting.

Applies to