Share via


W.cols Field

Definition

Represents the w: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: sectPr.
  • has the following child XML elements: col.
  • has the following XML attributes: equalWidth, num, sep, space.
  • corresponds to the following strongly-typed classes: Columns.

Applies to