Share via


NoNamespace.gridLines Field

Definition

Represents the gridLines XML attribute.

public static readonly System.Xml.Linq.XName gridLines;
 staticval mutable gridLines : System.Xml.Linq.XName
Public Shared ReadOnly gridLines 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.GridLines.

Applies to