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:
k
Represents the xlrd:k XML element.
public static readonly XName k
Field Value
- XName
Remarks
As an XML element, it:
rv
Represents the xlrd:rv XML element.
public static readonly XName rv
Field Value
- XName
Remarks
As an XML element, it:
rvData
Represents the xlrd:rvData XML element.
public static readonly XName rvData
Field Value
- XName
Remarks
As an XML element, it:
rvStructures
Represents the xlrd:rvStructures XML element.
public static readonly XName rvStructures
Field Value
- XName
Remarks
As an XML element, it:
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