XlLinkStatus Enumeration

Specifies the status of a link.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlLinkStatus
'Usage
Dim instance As XlLinkStatus
public enum XlLinkStatus

Members

Member name Description
xlLinkStatusOK No errors.
xlLinkStatusMissingFile File missing.
xlLinkStatusMissingSheet Sheet missing.
xlLinkStatusOld Status may be out of date.
xlLinkStatusSourceNotCalculated Not yet calculated.
xlLinkStatusIndeterminate Unable to determine status.
xlLinkStatusNotStarted Not started.
xlLinkStatusInvalidName Invalid name.
xlLinkStatusSourceNotOpen Not open.
xlLinkStatusSourceOpen Source document is open.
xlLinkStatusCopiedValues Copied values.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace