TableStylesPart.TableStyleList Property

Gets/Sets the root element of this part.

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

Syntax

'Declaration
Public Property TableStyleList As TableStyleList
    Get
    Set
'Usage
Dim instance As TableStylesPart
Dim value As TableStyleList

value = instance.TableStyleList

instance.TableStyleList = value
public TableStyleList TableStyleList { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Drawing.TableStyleList

See Also

Reference

TableStylesPart Class

TableStylesPart Members

DocumentFormat.OpenXml.Packaging Namespace