WorkbookClass.LinkInfo Method
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Function LinkInfo ( _
Name As String, _
LinkInfo As XlLinkInfo, _
Type As Object, _
EditionRef As Object _
) As Object
'Usage
Dim instance As WorkbookClass
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)
public virtual Object LinkInfo(
string Name,
XlLinkInfo LinkInfo,
Object Type,
Object EditionRef
)
Parameters
- Name
Type: System.String
- LinkInfo
Type: Microsoft.Office.Interop.Excel.XlLinkInfo
- Type
Type: System.Object
- EditionRef
Type: System.Object
Return Value
Type: System.Object
Implements
_Workbook.LinkInfo(String, XlLinkInfo, Object, Object)