Share via


NoNamespace.outlineLevel Field

Definition

Represents the outlineLevel XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: col, row.
  • corresponds to the following strongly-typed properties: Column.OutlineLevel, Row.OutlineLevel.

Applies to