Enum UpdateLinksType

UpdateLinksType enumeration

Represents how to update links to other workbooks when the workbook is opened.

public enum UpdateLinksType

Values

NameValueDescription
UserSet0Prompt user to update.
Never1Do not update, and do not prompt user.
Always2Always update.

See Also