Поделиться через


OleChartElement.Type Property

Type.Represents the attribte in schema: type

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

Syntax

'Декларация
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of ChartSubElementValues)
    Get
    Set
'Применение
Dim instance As OleChartElement
Dim value As EnumValue(Of ChartSubElementValues)

value = instance.Type

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

Property Value

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

See Also

Reference

OleChartElement Class

OleChartElement Members

DocumentFormat.OpenXml.Presentation Namespace