Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Update Links Behavior Types
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration UpdateLinksBehaviorValues
'Usage
Dim instance As UpdateLinksBehaviorValues
public enum UpdateLinksBehaviorValues
Members
Member name | Description | |
---|---|---|
UserSet | User Set. When the item is serialized out as xml, its value is "userSet". | |
Never | Never Update Links. When the item is serialized out as xml, its value is "never". | |
Always | Always Update Links. When the item is serialized out as xml, its value is "always". |