Table of Contents

Class XNE

Namespace
DocumentFormat.OpenXml.Linq
Assembly
DocumentFormat.OpenXml.Linq.dll

Declares XNamespace and XName fields for the xmlns:xne="http://schemas.microsoft.com/office/excel/2006/main" namespace.

public static class XNE
Inheritance
XNE
Inherited Members

Fields

col

Represents the xne:col XML element.

public static readonly XName col

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: colSortMap.
  • has the following XML attributes: newVal, oldVal.
  • corresponds to the following strongly-typed classes: ColumnSortMapItem.

colSortMap

Represents the xne:colSortMap XML element.

public static readonly XName colSortMap

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: worksheetSortMap.
  • has the following child XML elements: col.
  • has the following XML attributes: count, ref.
  • corresponds to the following strongly-typed classes: ColumnSortMap.

f

Represents the xne:f XML element.

public static readonly XName f

Field Value

XName

Remarks

As an XML element, it:

macrosheet

Represents the xne:macrosheet XML element.

public static readonly XName macrosheet

Field Value

XName

Remarks

row

Represents the xne:row XML element.

public static readonly XName row

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: rowSortMap.
  • has the following XML attributes: newVal, oldVal.
  • corresponds to the following strongly-typed classes: RowSortMapItem.

rowSortMap

Represents the xne:rowSortMap XML element.

public static readonly XName rowSortMap

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: worksheetSortMap.
  • has the following child XML elements: row.
  • has the following XML attributes: count, ref.
  • corresponds to the following strongly-typed classes: RowSortMap.

sqref

Represents the xne:sqref XML element.

public static readonly XName sqref

Field Value

XName

Remarks

As an XML element, it:

worksheetSortMap

Represents the xne:worksheetSortMap XML element.

public static readonly XName worksheetSortMap

Field Value

XName

Remarks

As an XML element, it:

  • has the following child XML elements: colSortMap, rowSortMap.
  • corresponds to the following strongly-typed classes: WorksheetSortMap.

xne

Defines the XML namespace associated with the xne prefix.

public static readonly XNamespace xne

Field Value

XNamespace