 | WorkbookPropertiesUpdateLinks Property |
Update Links Behavior
Represents the following attribute in the schema: updateLinks
Namespace: DocumentFormat.OpenXml.SpreadsheetAssembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll) Version: 2.11.3+Branch.master.Sha.3fcdea311b5a001803ff150de35c25fd4cd62f93.3fcdea311b5a001803ff150de35c25fd4cd62f93
Syntaxpublic EnumValue<UpdateLinksBehaviorValues> UpdateLinks { get; set; }Public Property UpdateLinks As EnumValue(Of UpdateLinksBehaviorValues)
Get
Set
public:
property EnumValue<UpdateLinksBehaviorValues>^ UpdateLinks {
EnumValue<UpdateLinksBehaviorValues>^ get ();
void set (EnumValue<UpdateLinksBehaviorValues>^ value);
}member UpdateLinks : EnumValue<UpdateLinksBehaviorValues> with get, set
Property Value
EnumValueUpdateLinksBehaviorValues
See Also