TablePartStyleType Class

Defines the TablePartStyleType class.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.TablePartStyleType
        

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

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(TableCellTextStyle))> _
<ChildElementInfoAttribute(GetType(TableCellStyle))> _
Public MustInherit Class TablePartStyleType _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As TablePartStyleType
[ChildElementInfoAttribute(typeof(TableCellTextStyle))]
[ChildElementInfoAttribute(typeof(TableCellStyle))]
public abstract class TablePartStyleType : 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.

See Also

Reference

TablePartStyleType Members

DocumentFormat.OpenXml.Drawing Namespace

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.TablePartStyleType
        DocumentFormat.OpenXml.Drawing.Band1Horizontal
        DocumentFormat.OpenXml.Drawing.Band1Vertical
        DocumentFormat.OpenXml.Drawing.Band2Horizontal
        DocumentFormat.OpenXml.Drawing.Band2Vertical
        DocumentFormat.OpenXml.Drawing.FirstColumn
        DocumentFormat.OpenXml.Drawing.FirstRow
        DocumentFormat.OpenXml.Drawing.LastColumn
        DocumentFormat.OpenXml.Drawing.LastRow
        DocumentFormat.OpenXml.Drawing.NortheastCell
        DocumentFormat.OpenXml.Drawing.NorthwestCell
        DocumentFormat.OpenXml.Drawing.SoutheastCell
        DocumentFormat.OpenXml.Drawing.SouthwestCell
        DocumentFormat.OpenXml.Drawing.WholeTable