Tables Class

Tables.When the object is serialized out as xml, its qualified name is x:tables.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Spreadsheet.Tables

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(MissingTable))> _
<ChildElementInfoAttribute(GetType(CharacterValue))> _
<ChildElementInfoAttribute(GetType(FieldItem))> _
Public Class Tables _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As Tables
[ChildElementInfoAttribute(typeof(MissingTable))]
[ChildElementInfoAttribute(typeof(CharacterValue))]
[ChildElementInfoAttribute(typeof(FieldItem))]
public class Tables : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • MissingTable <x:m>

  • CharacterValue <x:s>

  • FieldItem <x:x>

[ISO/IEC 29500-1 1st Edition]

18.13.9 tables (Tables)

This element serves as the collection of tables to be returned via a web query data connection. Tables are then most commonly referenced by <x> via their indices (in order of the <Table> tags in the HTML page).

Parent Elements

webPr (§18.13.13)

Child Elements

Subclause

m (No Value)

§18.13.4

s (Character Value)

§18.13.8

x (Shared Items Index)

§18.10.1.97

Attributes

Description

count (Count of Tables)

Number of tables to pull data from when refreshing from a web query.

The possible values for this attribute are defined by the W3C XML Schema unsignedInt datatype.

[Note: The W3C XML Schema definition of this element’s content model (CT_Tables) is located in §A.2. end note]

© ISO/IEC29500: 2008.

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

Tables Members

DocumentFormat.OpenXml.Spreadsheet Namespace