Freigeben über


TuplesType-Klasse

Defines the TuplesType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.TuplesType
        DocumentFormat.OpenXml.Spreadsheet.SortByTuple
        DocumentFormat.OpenXml.Spreadsheet.Tuples

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(Tuple))> _
Public MustInherit Class TuplesType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TuplesType
[ChildElementInfoAttribute(typeof(Tuple))]
public abstract class TuplesType : OpenXmlCompositeElement

Hinweise

The following table lists the possible child types:Tuple <x:tpl>

Threadsicherheit

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

Siehe auch

Referenz

TuplesType-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace