Share via


NoNamespace.percent Field

Definition

Represents the percent XML attributes.

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

Field Value

Remarks

As an XML attribute, it:

  • is contained in the following XML elements: cfRule, iconSet, top10, cfRule, iconSet.
  • corresponds to the following strongly-typed properties: ConditionalFormattingRule.Percent, IconSet.Percent, Top10.Percent.

Applies to