Share via


NoNamespace.headings Field

Definition

Represents the headings XML attribute.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: printOptions.
  • corresponds to the following strongly-typed properties: PrintOptions.Headings.

Applies to