Share via


NoNamespace.indent Field

Definition

Represents the indent XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: alignment, pivotTableDefinition.
  • corresponds to the following strongly-typed properties: Alignment.Indent, PivotTableDefinition.Indent.

Applies to