Freigeben über


RowSortMap-Klasse

Row Sort Map.When the object is serialized out as xml, its qualified name is xne:rowSortMap.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Office.Excel.RowSortMap

Namespace:  DocumentFormat.OpenXml.Office.Excel
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(RowSortMapItem))> _
Public Class RowSortMap _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As RowSortMap
[ChildElementInfoAttribute(typeof(RowSortMapItem))]
public class RowSortMap : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:

  • RowSortMapItem <xne:row>

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Referenz

RowSortMap-Member

DocumentFormat.OpenXml.Office.Excel-Namespace