Share via


Stylesheet.TableStyles Property

Table Styles.Represents the element tag in schema: x:tableStyles

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

Syntax

'Declaration
Public Property TableStyles As TableStyles
    Get
    Set
'Usage
Dim instance As Stylesheet
Dim value As TableStyles

value = instance.TableStyles

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

Property Value

Type: DocumentFormat.OpenXml.Spreadsheet.TableStyles
Returns TableStyles.

See Also

Reference

Stylesheet Class

Stylesheet Members

DocumentFormat.OpenXml.Spreadsheet Namespace