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
'宣言
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of TableStyleOverrideValues)
Get
Set
'使用
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>.