TuplesType Class

Defines the TuplesType class.

Inheritance Hierarchy

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

Remarks

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TuplesType Members

DocumentFormat.OpenXml.Spreadsheet Namespace