TableStyleType Class
Defines the TableStyleType class.
Inheritance Hierarchy
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
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.