Share via


NoNamespace.rightToLeft Field

Definition

Represents the rightToLeft XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: sheetView, sparklineGroup.
  • corresponds to the following strongly-typed properties: SheetView.RightToLeft, SparklineGroup.RightToLeft.

Applies to