TableProperties.TableStyle Property

TableStyle.Represents the element tag in schema: w:tblStyle

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

Syntax

'Declaration
Public Property TableStyle As TableStyle
    Get
    Set
'Usage
Dim instance As TableProperties
Dim value As TableStyle

value = instance.TableStyle

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

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.TableStyle

See Also

Reference

TableProperties Class

TableProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace