XlLinkStatus 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 the status of a link.
public enum class XlLinkStatus
public enum XlLinkStatus
Public Enum XlLinkStatus
- Inheritance
-
XlLinkStatus
Fields
Name | Value | Description |
---|---|---|
xlLinkStatusOK | 0 | No errors. |
xlLinkStatusMissingFile | 1 | File missing. |
xlLinkStatusMissingSheet | 2 | Sheet missing. |
xlLinkStatusOld | 3 | Status may be out of date. |
xlLinkStatusSourceNotCalculated | 4 | Not yet calculated. |
xlLinkStatusIndeterminate | 5 | Unable to determine status. |
xlLinkStatusNotStarted | 6 | Not started. |
xlLinkStatusInvalidName | 7 | Invalid name. |
xlLinkStatusSourceNotOpen | 8 | Not open. |
xlLinkStatusSourceOpen | 9 | Source document is open. |
xlLinkStatusCopiedValues | 10 | Copied values. |