Share via


X.cellStyles Field

Definition

Represents the x:cellStyles XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: styleSheet.
  • has the following child XML elements: cellStyle.
  • has the following XML attributes: count.
  • corresponds to the following strongly-typed classes: CellStyles.

Applies to