HiddenLineProperties.CompoundLineType Property
Compound Line Type.Represents the attribte in schema: cmpd
Namespace: DocumentFormat.OpenXml.Office2010.Drawing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "cmpd")> _
Public Property CompoundLineType As EnumValue(Of CompoundLineValues)
Get
Set
'Uso
Dim instance As HiddenLineProperties
Dim value As EnumValue(Of CompoundLineValues)
value = instance.CompoundLineType
instance.CompoundLineType = value
[SchemaAttrAttribute(, "cmpd")]
public EnumValue<CompoundLineValues> CompoundLineType { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<CompoundLineValues>