TableStyleProperties.Type Property

Table Style Conditional Formatting Type.Represents the attribte in schema: w:type

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

Syntax

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

value = instance.Type

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

Property Value

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

See Also

Reference

TableStyleProperties Class

TableStyleProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace