Table.TableStyleInfo Property

Table Style.Represents the element tag in schema: x:tableStyleInfo

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

Syntax

'Declaration
Public Property TableStyleInfo As TableStyleInfo
    Get
    Set
'Usage
Dim instance As Table
Dim value As TableStyleInfo

value = instance.TableStyleInfo

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.TableStyleInfo
Returns TableStyleInfo.

See Also

Reference

Table Class

Table Members

DocumentFormat.OpenXml.Spreadsheet Namespace