Share via


X.cell Field

Definition

Represents the x:cell XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: row.
  • has the following child XML elements: v.
  • has the following XML attributes: r, t, vm.
  • corresponds to the following strongly-typed classes: ExternalCell.

Applies to