_Workbook.LinkInfo(String, XlLinkInfo, Object, Object) Method
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.
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.