NumberingFormat.SourceLinked Property
Linked to Source.Represents the attribte in schema: sourceLinked
Namespace: DocumentFormat.OpenXml.Drawing.Charts
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "sourceLinked")> _
Public Property SourceLinked As BooleanValue
Get
Set
'Usage
Dim instance As NumberingFormat
Dim value As BooleanValue
value = instance.SourceLinked
instance.SourceLinked = value
[SchemaAttrAttribute(, "sourceLinked")]
public BooleanValue SourceLinked { get; set; }
Property Value
Type: DocumentFormat.OpenXml.BooleanValue