XlUpdateLinks Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a workbook's setting for updating embedded OLE links.
public enum class XlUpdateLinks
public enum XlUpdateLinks
Public Enum XlUpdateLinks
- Inheritance
-
XlUpdateLinks
Fields
Name | Value | Description |
---|---|---|
xlUpdateLinksUserSetting | 1 | Embedded OLE links are updated according to the user's settings for the specified workbook. |
xlUpdateLinksNever | 2 | Embedded OLE links are never updated for the specified workbook. |
xlUpdateLinksAlways | 3 | Embedded OLE links are always updated for the specified workbook. |