_Workbook.LinkInfo(String, XlLinkInfo, Object, Object) Method

Definition

Returns the link date and update status. Object.

public object LinkInfo (string Name, Microsoft.Office.Interop.Excel.XlLinkInfo LinkInfo, object Type, object EditionRef);
Public Function LinkInfo (Name As String, LinkInfo As XlLinkInfo, Optional Type As Object, Optional EditionRef As Object) As Object

Parameters

Name
String

Optional String.

LinkInfo
XlLinkInfo

Required XlLinkInfo. The type of information to be returned.

Type
Object

Optional XlLinkInfoType. The type of link to return.

EditionRef
Object

Optional Object. If the link is an edition, this argument specifies the edition reference as a string in R1C1 style. This argument is required if there's more than one publisher or subscriber with the same name in the workbook.

Returns

Applies to