Freigeben über


Tables-Klasse

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

Vererbungshierarchie

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

Hinweise

The following table lists the possible child types:

  • MissingTable <x:m>

  • CharacterValue <x:s>

  • FieldItem <x:x>

[ISO/IEC 29500-1 1. Ausgabe]

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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.

Threadsicherheit

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

Siehe auch

Referenz

Tables-Member

DocumentFormat.OpenXml.Spreadsheet-Namespace