_Workbook.LinkInfo Method
Returns the link date and update status. Object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Function LinkInfo ( _
Name As String, _
LinkInfo As XlLinkInfo, _
Type As Object, _
EditionRef As Object _
) As Object
'Usage
Dim instance As _Workbook
Dim Name As String
Dim LinkInfo As XlLinkInfo
Dim Type As Object
Dim EditionRef As Object
Dim returnValue As Object
returnValue = instance.LinkInfo(Name, _
LinkInfo, Type, EditionRef)
Object LinkInfo(
string Name,
XlLinkInfo LinkInfo,
Object Type,
Object EditionRef
)
Parameters
Name
Type: System.StringOptional String.
LinkInfo
Type: Microsoft.Office.Interop.Excel.XlLinkInfoRequired XlLinkInfo. The type of information to be returned.
Type
Type: System.ObjectOptional XlLinkInfoType. The type of link to return.
EditionRef
Type: System.ObjectOptional 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.
Return Value
Type: System.Object