Share via


X.c Field

Definition

Represents the x:c XML elements.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: calcChain, row.
  • has the following child XML elements: extLst, f, is, v.
  • has the following XML attributes: a, i, l, r, s, t.
  • corresponds to the following strongly-typed classes: CalculationCell, Cell.

Applies to