Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / XFile Class / GetFileByRelationID Method
id


In This Topic
GetFileByRelationID Method
In This Topic
Gets the file by relation ID.
Syntax
'Declaration
 
Public Function GetFileByRelationID( _
   ByVal id As String _
) As XFile
 
'Usage
 
Dim instance As XFile
Dim id As String
Dim value As XFile
 
value = instance.GetFileByRelationID(id)

Parameters

id
id

Return Value

Instance of XFile
See Also