Freigeben über


TableStyleType-Klasse

Defines the TableStyleType class.

Vererbungshierarchie

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.TableStyleType
        DocumentFormat.OpenXml.Drawing.TableStyle
        DocumentFormat.OpenXml.Drawing.TableStyleEntry

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(LastColumn))> _
<ChildElementInfoAttribute(GetType(LastRow))> _
<ChildElementInfoAttribute(GetType(SoutheastCell))> _
<ChildElementInfoAttribute(GetType(WholeTable))> _
<ChildElementInfoAttribute(GetType(Band1Horizontal))> _
<ChildElementInfoAttribute(GetType(Band2Horizontal))> _
<ChildElementInfoAttribute(GetType(Band1Vertical))> _
<ChildElementInfoAttribute(GetType(Band2Vertical))> _
<ChildElementInfoAttribute(GetType(FirstColumn))> _
<ChildElementInfoAttribute(GetType(TableBackground))> _
<ChildElementInfoAttribute(GetType(SouthwestCell))> _
<ChildElementInfoAttribute(GetType(FirstRow))> _
<ChildElementInfoAttribute(GetType(NortheastCell))> _
<ChildElementInfoAttribute(GetType(NorthwestCell))> _
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public MustInherit Class TableStyleType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TableStyleType
[ChildElementInfoAttribute(typeof(LastColumn))]
[ChildElementInfoAttribute(typeof(LastRow))]
[ChildElementInfoAttribute(typeof(SoutheastCell))]
[ChildElementInfoAttribute(typeof(WholeTable))]
[ChildElementInfoAttribute(typeof(Band1Horizontal))]
[ChildElementInfoAttribute(typeof(Band2Horizontal))]
[ChildElementInfoAttribute(typeof(Band1Vertical))]
[ChildElementInfoAttribute(typeof(Band2Vertical))]
[ChildElementInfoAttribute(typeof(FirstColumn))]
[ChildElementInfoAttribute(typeof(TableBackground))]
[ChildElementInfoAttribute(typeof(SouthwestCell))]
[ChildElementInfoAttribute(typeof(FirstRow))]
[ChildElementInfoAttribute(typeof(NortheastCell))]
[ChildElementInfoAttribute(typeof(NorthwestCell))]
[ChildElementInfoAttribute(typeof(ExtensionList))]
public abstract class TableStyleType : OpenXmlCompositeElement

Threadsicherheit

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

Siehe auch

Referenz

TableStyleType-Member

DocumentFormat.OpenXml.Drawing-Namespace