Share via


X.cols Field

Definition

Represents the x:cols XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: worksheet, macrosheet.
  • has the following child XML elements: col.
  • corresponds to the following strongly-typed classes: Columns.

Applies to