Share via


X.mergeCells Field

Definition

Represents the x:mergeCells XML element.

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

Field Value

Remarks

As an XML element, it:

  • has the following parent XML elements: worksheet.
  • has the following child XML elements: mergeCell.
  • has the following XML attributes: count.
  • corresponds to the following strongly-typed classes: MergeCells.

Applies to