TableStyleElement.Type Property

Table Style Type.Represents the attribte in schema: type

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

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of TableStyleValues)
    Get
    Set
'Usage
Dim instance As TableStyleElement
Dim value As EnumValue(Of TableStyleValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<TableStyleValues> Type { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<TableStyleValues>
Returns EnumValue<T>.

See Also

Reference

TableStyleElement Class

TableStyleElement Members

DocumentFormat.OpenXml.Spreadsheet Namespace