WorkbookProperties.UpdateLinks Property

Definition

Update Links Behavior

Represents the following attribute in the schema: updateLinks

[DocumentFormat.OpenXml.SchemaAttr(0, "updateLinks")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues> UpdateLinks { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues> UpdateLinks { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "updateLinks")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues>? UpdateLinks { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("updateLinks")]
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues>? UpdateLinks { get; set; }
public DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues>? UpdateLinks { get; set; }
member this.UpdateLinks : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "updateLinks")>]
member this.UpdateLinks : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues> with get, set
[<DocumentFormat.OpenXml.SchemaAttr("updateLinks")>]
member this.UpdateLinks : DocumentFormat.OpenXml.EnumValue<DocumentFormat.OpenXml.Spreadsheet.UpdateLinksBehaviorValues> with get, set
Public Property UpdateLinks As EnumValue(Of UpdateLinksBehaviorValues)

Property Value

Returns EnumValue<T>.

Attributes

Applies to