Table of Contents

Class XLRD

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

Declares XNamespace and XName fields for the xmlns:xlrd="http://schemas.microsoft.com/office/spreadsheetml/2017/richdata" namespace.

public static class XLRD
Inheritance
XLRD
Inherited Members

Fields

extLst

Represents the xlrd:extLst XML element.

public static readonly XName extLst

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: rvData, rvStructures.
  • has the following child XML elements: ext.
  • corresponds to the following strongly-typed classes: ExtensionList.

fb

Represents the xlrd:fb XML element.

public static readonly XName fb

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: rv.
  • has the following XML attributes: t.
  • corresponds to the following strongly-typed classes: RichValueFallback.

k

Represents the xlrd:k XML element.

public static readonly XName k

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: s.
  • has the following XML attributes: n, t.
  • corresponds to the following strongly-typed classes: Key.

rv

Represents the xlrd:rv XML element.

public static readonly XName rv

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: rvData.
  • has the following child XML elements: fb, v.
  • has the following XML attributes: s.
  • corresponds to the following strongly-typed classes: RichValue.

rvData

Represents the xlrd:rvData XML element.

public static readonly XName rvData

Field Value

XName

Remarks

As an XML element, it:

  • has the following child XML elements: extLst, rv.
  • has the following XML attributes: count.
  • corresponds to the following strongly-typed classes: RichValueData.

rvStructures

Represents the xlrd:rvStructures XML element.

public static readonly XName rvStructures

Field Value

XName

Remarks

As an XML element, it:

  • has the following child XML elements: extLst, s.
  • has the following XML attributes: count.
  • corresponds to the following strongly-typed classes: RichValueStructures.

s

Represents the xlrd:s XML element.

public static readonly XName s

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: rvStructures.
  • has the following child XML elements: k.
  • has the following XML attributes: t.
  • corresponds to the following strongly-typed classes: RichValueStructure.

v

Represents the xlrd:v XML element.

public static readonly XName v

Field Value

XName

Remarks

As an XML element, it:

  • has the following parent XML elements: rv.
  • corresponds to the following strongly-typed classes: Value.

xlrd

Defines the XML namespace associated with the xlrd prefix.

public static readonly XNamespace xlrd

Field Value

XNamespace