TableStyles.DefaultTableStyle Property

Default Table Style.Represents the attribte in schema: defaultTableStyle

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

Syntax

'Declaration
<SchemaAttrAttribute(, "defaultTableStyle")> _
Public Property DefaultTableStyle As StringValue
    Get
    Set
'Usage
Dim instance As TableStyles
Dim value As StringValue

value = instance.DefaultTableStyle

instance.DefaultTableStyle = value
[SchemaAttrAttribute(, "defaultTableStyle")]
public StringValue DefaultTableStyle { get; set; }

Property Value

Type: DocumentFormat.OpenXml.StringValue
Returns StringValue.

See Also

Reference

TableStyles Class

TableStyles Members

DocumentFormat.OpenXml.Spreadsheet Namespace