WorkbookProperties.UpdateLinks Property
Update Links Behavior.Represents the attribte in schema: updateLinks
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "updateLinks")> _
Public Property UpdateLinks As EnumValue(Of UpdateLinksBehaviorValues)
Get
Set
'Применение
Dim instance As WorkbookProperties
Dim value As EnumValue(Of UpdateLinksBehaviorValues)
value = instance.UpdateLinks
instance.UpdateLinks = value
[SchemaAttrAttribute(, "updateLinks")]
public EnumValue<UpdateLinksBehaviorValues> UpdateLinks { get; set; }
Property Value
Type: DocumentFormat.OpenXml.EnumValue<UpdateLinksBehaviorValues>
Returns EnumValue<T>.